String length. Returns the current size of a string.
Syntax |
 |
Formal Declaration |
 |
Parameters |
 |
- source
Any string literal or variable.
Examples |
 |
$nmdebug > wl strlen("")
$0
|
Print the length (number of characters) in the empty string.
$nmdebug > var company "Hewlett-Packard Co."
$nmdebug > = strlen(company),d
#19
|
Limitations, Restrictions |
 |
none