mem_lenΒΆ

mem_len returns the length in bytes of a scalar string or a matrix of strings.

rmBytes = mem_len(smString)

Return Value

rmBytes is the number of bytes.

Parameters

smString

smString is a string matrix.

Example

* strlen("Hello\x00Hello")
   5.0000
* mem_len("Hello\x00Hello")
  22.0000

History

Version Description
4.2.0 New.

id-353731