strlen

strlen returns the length of a string in bytes.

rmLen = strlen(smString)

Return Value

rmLen is a real matrix containing the length of strings in smString.

Parameters

smString

smString is a string matrix.

History

Version Description
4.2.0 The function counts only characters to the first “x00”-character (see mem_len).

id-444241