In a REXX routine I am displaying a scrollable panel. The problem is - in my panel, there are lots of input fields and for each field I have assigned a variable. Is it possible to use stem or array kind of thing to declare the variables associated with these input fields?
Joined: 10 Mar 2005 Posts: 478 Location: Milan, Italy
Hi and wellcome.
Please, post your request in the correct forum.
"Suggestions and Feedback" is not.
You can use .ZVAR (i.e.) to use only one symbol in each variable of your BODY section.
The use of a Stem, in my opinion, sound like a need of table not a dynamic area...(you can use it but the question is why not a table?)
I hope in this help and if you need further information we will give you.