Dim txt As String = e.Form.Controls("TextBox1").Value
If txt > "" Then
if 光标所在行.Text.Contains("-->") = false then
e.Form.Controls("TextBox1").Value = txt & "-->" & MyGroup & "." & MyName
。。。
end if
End If
e.form.Close
上面红色的就是想判断如果当前行中已有-->表示已签名就不用再重复答名了
应该如何写?
谢谢!