GVNEXTARG, Argument to global variable $NEXT must be subscripted

Compile Time Error: This indicates that an attempt was made to use an un-subscripted global or local variable as the argument for a $NEXT() function. In contrast to $ORDER(), which can operate on un-subscripted names, $NEXT() requires subscripted names.

Action: Use $ORDER() or revise the code.

loading table of contents...