View Single Post
Old 08-10-2003, 07:49 AM   #7 (permalink)
rdove
Masked Moderator
 
rdove's Avatar
 
Join Date: May 2002
Location: Indianapolis, IN
Posts: 260
rdove is on a distinguished road
Re: Re: Character String Number

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
__________________
~Ryan

rdove is offline   Reply With Quote