Function Ends (fullString As String, subString As String)
'Script equivalent to @Ends
If Instr ( Right$ (fullString, Len(subString)), subString) = 1 Then
Ends = True
Else
Ends = False
End If
End Function
Monday, November 3, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment