Quote:
Originally posted by npa
No it doesn't it returns the first index in a given string
of the specified character.
|
you know what npa..you are right!!! I dunno what I was thinking...
This returns the number of characters in a string
Code:
dim strChar as String = "Johnny Boy"
dim intNum as Integer
intNum = LEN(strChar)
'intNum = 10