Re: [Oorexx-devel] RexxVariablePool RXSHV_NEXTV and RXSHV_PRIV Functions

2008-10-08 Thread Rick McGuire
David, You might want to look at the SysDumpVariables code for an example of how to use RXSHV_NEXTV...that's how it does its magic. But essentially, the first time you call it, an iteration set is created and it will give you the "next" variable on each call. The last variable of the set is mark

[Oorexx-devel] RexxVariablePool RXSHV_NEXTV and RXSHV_PRIV Functions

2008-10-08 Thread David Ashley
Rick - This mostly for you. I have never used the RexxVariablePool RXSHV_NEXTV and RXSHV_PRIV function codes before so I have some questions. 1. Just how do you start using the RXSHV_NEXTV function? Does the first call to that function start iterating through the variable pool? What happens wh