sizeof(3) LPC Library Functions sizeof(3)
NAME
sizeof() - return the number of elements in an array, map-
ping, buffer or string
SYNOPSIS
int sizeof( mixed var );
DESCRIPTION
Return the number of elements in an array, mapping, string
or buffer 'var'. If `var' is not an array, mapping, string,
or buffer, then zero (0) is returned.
SEE ALSO
allocate(3), allocate_mapping(3), strlen(3)
MudOS Last change: 5 Sep 1994 1