Language functions
heapspace()
Return the size of the heap, in bytes.
This function does not have any parameters.
numargs()
Return the number of arguments in a function call.
This function does not have any parameters.
getarg(argumentno, [index])
Return one argument from a function call.
Parameter
Description
argumentno
The argument number to return
index (optional)
If the argument is an array, this is the index in the array (default to 0)
Returns the value of the argument.
setarg(argumentno, [index], value)
Set an argument value
Parameter
Description
argumentno
The argument number to return
index (optional)
If the argument is an array, this is the index in the array (default to 0)
value
The new value of the argument
This function does not return a value.
Page 102 of 121