NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
int strlen ( const 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.

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