Sorry for the weird question, but mumps skills are very rusty.
Am trying to create globals dynamically, but with using names from an array. For example:
S Names="A,B,Y,Z"
S A=$L(Names,"$")
F I=1:1:A D
//Create globals based on names from database
//^A, ^B, ^Y, ^Z etc.. 





