variable character count 
Author Message
 variable character count

I would like to count the characters of a variable.

Please help

Robert.w



Tue, 08 Jul 2003 18:56:19 GMT  
 variable character count

If you mean the number of characters in a string variable, just use
the Len function:  Len(myvar)

Quote:

> I would like to count the characters of a variable.

> Please help

> Robert.w



Tue, 08 Jul 2003 19:23:43 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Extracting characters from one variable and assigning to another variable

2. running character count

3. Counting characters as they are typed

4. counting characters in a string

5. COUNT OF CHARACTERS IN A MAIL

6. How to count the Reference Characters ?

7. Count occurances of a character string?

8. Ignore strikethrough text in document character count

9. Scanning text & objDoc.Characters.Count

10. Characters.Count vs. ComputeStatistics

11. Characters count without space in VB.NET

12. Characters and Line Count

 

 
Powered by phpBB® Forum Software