Public Function 字串A中可以找到字串B(ByVal 字串A As String, ByVal 字串B As String) As Boolean
' OK [2008-05-13-PM-08-52-58]
If 字串A.IndexOf(字串B) >= 0 Then
Return True
Else
Return False
End If
End Function
' - - - - - - - - - - - - -
' - - - - - - - - - - - - -
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言