The system function SysLib.bytes returns the number of bytes in a named area of memory.
SysLib.bytes(field fixedFieldOrArray in) returns (result INT)
result = SysLib.bytes(myItem);
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library SysLib
Primitive types
SQL record internals