Initializing help system before first use

getvalue

getvalue


Purpose
Obtain the value for the current entry of the array iterator
Synopsis
function xreflect~getvalue(it:xreflect~arrayiterator):xreflect~basicvalue
Argument
it 
The array iterator
Return value
The value of the current entry of the array, as a basicvalue
Further information
If the iterator is positioned before the first or after the last array entry, returns a boolean basicvalue containing false
Related topics