/
SIZEOF
SIZEOF
SYNTAX:
FUNCTION SIZEOF ( V:AGGREGATE OF GENERIC ) : INTEGER;
The sizeof function returns the number of elements in an aggregate value.
Parameters :
V is an aggregate value.
SYNTAX:
FUNCTION SIZEOF ( V:AGGREGATE OF GENERIC ) : INTEGER;
The sizeof function returns the number of elements in an aggregate value.
Parameters :
V is an aggregate value.