Syntax
npsobj_modifyvar_range ::=
<npsobj modifyvar = "range" varname = "name"
[ start = "startIndex" ]
[ ( length = "length" ) | ( end = "end" ) ] />
Task
This element truncates the context list stored in the export variable
named name. The start,
length, and end attributes have the same function
as in the NPSOBJ-list
instruction.
Example
<npsobj modifyvar="range" varname="mylist" start="2" end="4" />