NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
unsigned int StrLen ( string  str)
inline

Get string length.

Return the length of the specified string. The length of a string does not include the null terminator at the end of the string. The input string parameter may be a variable, constant, or expression.

Parameters
strA string.
Returns
The length of the string.
Examples:
ex_string.nxc, and ex_StrLenOld.nxc.