SIZEOF function
Purpose: SIZEOF returns integer that gives the size in bytes of memory storage space required by a variable.
Syntax: RetVal% = SIZEOF(Variable) Parameters:
Return Value:
|
Example:
DIMRetVal#DIMLongish# Longish#=1234567.890123RetVal#=SIZEOF(Longish#)
Result:
8
BCX Console Sample Programs using SIZEOF function.
S70.bas, S79.bas, S85.bas, S90.bas, S101.bas, S105.bas, S126.bas, S128.bas