Returns the number of characters in a string.
Input Arguments
0 |
String |
String in question |
The string whose characters will be counted. |
Return Arguments
1 |
Integer |
Character Count |
The number of characters in the specified string. |
Returned Status
SUCCESS |
This command always succeeds. |
Remarks
None.