Jun 10, 2002 #1 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
The question is quite simple, i just want to count the number of character in a string, how can i do ?? Thanks damien
Jun 10, 2002 #2 onpnt Programmer Dec 11, 2001 7,778 US 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. Upvote 0 Downvote
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.
Jun 10, 2002 Thread starter #3 ani4 Technical User Mar 14, 2002 27 FR Thanks for this quick reply damien Upvote 0 Downvote