Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.587 strlen

strlen(s)

If s is a string, then this function returns the length of the string (i.e., the number of characters in it). If s is a string array, then this function returns a numerical array with the lengths of all strings from the string array.