The sysLib.bytes() system function returns the number of bytes in a named area of memory.
sysLib.bytes(source Variable in)
returns (result INT)
result = sysLib.bytes(myVar);
| Platform | Issue |
|---|---|
| JavaScript generation | sysLib.bytes() is not supported |
| SQL | The function returns the number of bytes in the record, including the extra bytes; for more information see "SQLRecord" |