byleng()

Returns the number bytes as significant characters in the specified string; omitting trailing blanks.

Syntax

mint byleng(char *s1, mint count);
  1. s1 is a pointer to a fixed-length string, not null-terminated.
  2. count is the number of bytes in the fixed-length string.

Returns

Number of bytes.