![]() |
System Debug Reference Manual
> Chapter 10 System Debug Standard Functionsfunc strlen |
|||||||||||||||||||||||
|
Syntaxstrlen (source) Formal Declarationstrlen:u32 (source:str) Parameters
Examples$nmdebug > wl strlen("") $0Print the length (number of characters) in the empty string. $nmdebug > var company "Hewlett-Packard Co." $nmdebug > = strlen(company),d #19 Limitations, RestrictionsNone
|