51Testing软件测试论坛
标题:
关于字符串的问题
[打印本页]
作者:
老鼠球
时间:
2007-11-19 18:06
标题:
关于字符串的问题
本人涉及到字符串包含的问题,即判断一个字符串是否包含另一个字符串或字母,请高手指教具体的代码!!
以下是我的错误代码,在此仅供抛砖引玉,望高手不吝赐教!!
Dim StrA
Dim StrB
Dim StrC
StrA = "Jason"
StrB = "Serena"
StrC = "o"
If StrA >= StrC Then
Reporter.ReportEvent 0, StrA, "contains" & " " & StrC
Else
Reporter.ReportEvent 1, StrA, "doesn't contain" & " " & StrC
End If
If StrB >= StrC Then
Reporter.ReportEvent 0, StrB, "contains" & " " & StrC
Else
Reporter.ReportEvent 1, StrB, "doesn't contain" & " " & StrC
End If
作者:
rivermen
时间:
2007-11-19 18:16
用函数instr()
作者:
老鼠球
时间:
2007-11-19 21:30
Thank You~~
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2