All:

I use lots of LOOPs, with the "iterative" variable set defined outside and prior to entering the loop.

By force of habit, I "NULL out" the sometimes-tall variable stack at the end of each iteration (excepting the vCounter variables, of course).

Wondering if there's a way to NULL out these variables in one line instead of individually, perhaps named with a common prefix, e.g. "vx" to isolate them from other, persistent variables.

Example:
...
SET VAR vx% = NULL
SET VAR vCounter = (.vCounter + 1 )
GOTO LOOP1_Enter
...

This produces is a variable named 'vx%' with a value of NULL. Sadly, no biscuit.

Thoughts?

Bruce Chitiea
SafeSectors, Inc.
909.238.9012 Mobile

--
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to