sizeof
This function returns the total size, in bytes, of its parameter.
Synopsis
function sizeof(
data
)
Arguments
- data
- Any type of data array of any number of dimensions.
Description
The sizeof function returns an integer value that is the size of
the data pointed to by the parameter data. data is not
constrained to be a specific type, and it has no constraints on its dimensionality.
This function does not return the size of string data correctly.
Reference Manual Control Panel
NG4.1 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?
$Revision: 1.9 $ $Date: 1998/06/15 21:30:28 $