ittake wrote:How can I save the value of sourceIndex once I've found it, so I can pass it on to another script?
eValid has a couple of resources that can help here.
(1) The eValid Reserved Variable
$_SourceIndex is a parameter that is always available and always contains the value that
sourceIndex has. So, that value is always present if you want it.
(2) There is a command in eValid called
IndexSave (and its companion command
IndexRead) that write (and read) the value of
sourceIndex to a local memory value. There are corresponding commands for the current value of
elementValue.
(3) Remember, the current value of both quantities are always available in the Reserved Variables
$_SourceIndex and
$_ElementValue.
eValid Support