Next: strloc, Previous: string, Up: Internal Routines [Contents][Index]
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.