I want to grab a bunch of variables from the calling program, select and sort them by name, and then discard the names and write just the values. I could swear I've done this before, but I'm coming up empty on how to split up the record. Well, almost empty. This does the job but depends on undocumented behavior of REXXVARS and knowledge that my variable names will never contain slashes:
rexxvars toload | ... | specs fs / f2 1 | ... What's the right way? ¬R
