sizeof(3) LPC Library Functions sizeof(3)
NNAAMMEE
sizeof() - return the number of elements in an array or
mapping
SSYYNNOOPPSSIISS
int sizeof( mixed var );
DDEESSCCRRIIPPTTIIOONN
Return the number of elements in an array, mapping, or
buffer 'var'. If `var' is not an array, mapping, or
buffer, then zero (0) is returned.
SSEEEE AALLSSOO
allocate(3), allocate_mapping(3), strlen(3)
MudOS 5 Sep 1994 1