mem_len returns the length in bytes of a scalar string or a matrix of strings.
Return Value
rmBytes is the number of bytes.
Parameters
smString is a string matrix.
Example
* strlen("Hello\x00Hello")
5.0000
* mem_len("Hello\x00Hello")
22.0000
History
| Version | Description |
|---|---|
| 4.2.0 | New. |
See also
id-353731