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.