Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Count the number of character in a string

Status
Not open for further replies.

ani4

Technical User
Mar 14, 2002
27
FR
The question is quite simple, i just want to count the number of character in a string, how can i do ??

Thanks


damien
 
use the Len function

Dim string
string = Len("strings") 'returns 7 I may not get it the 1st or 2nd time,
but how sweet that 15th time can be.
 
Thanks for this quick reply


damien
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top