I have this code:
Is there a way to avoid the:
That is, to loop through global variables and still obtain a global variable?
Code:
global sets = "set1 set2" foreach set of global sets { global set = "`set'" display "*** POTENTIAL APPLICANT SET: ${set} ***"
Code:
global set = "`set'"
Comment