| Servertec | length( ) | |
|
|
Returns the size of the specified array object Syntaxlength( array )array.length( ) Parametersarray the array object.Returnsinteger the size of the specified array object.Example
size = length( buffer ) size = buffer.length() |
|
top of page
|