strLen Function
Calculates the length of the specified string.
Syntax: int strLen(str text)
Example:
print strLen("prash");
pause;
Result : 5
Calculates the length of the specified string.
Syntax: int strLen(str text)
Example:
print strLen("prash");
pause;
Result : 5
No comments:
Post a Comment