Returns the number of characters in the attached string.
int StrLen(string text)
| text | The string whose length shall be returned. | 
Example
StrLen("Abcdefg")
Returns 7.
Returns the number of characters in the attached string.
int StrLen(string text)
| text | The string whose length shall be returned. | 
StrLen("Abcdefg")
Returns 7.
F7 for caret browsing Hold ALT and press letter
| This Info: | ALT+q | 
| Page Header: | ALT+h | 
| Topic Header: | ALT+t | 
| Topic Body: | ALT+b | 
| Contents: | ALT+c | 
| Search: | ALT+s | 
| Exit Menu/Up: | ESC |