Initializing help system before first use

getsize

getsize


Purpose
This function returns the size (= number of elements) of a reversible array.
Synopsis
function getsize(ra:cpreversiblearray): integer
Argument
ra 
the array of reversibles
Return value
The size of the array of reversibles.
Example
The following example shows how to get the size of the array reva.
set_reversible_attributes(reva, 1, 10, 0)
writlen("Size of array 'reva': ", reva.size)
Related topics