The system function StrLib.strLen returns the number of bytes in an item, excluding any trailing spaces and nulls.
StrLib.strLen(source VagText in) returns (result INT)
length = StrLib.strLen(source);
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library StrLib