Is there a way to step thru the __PARAMs without naming each?
Is there a way to step thru the __PARAMs without naming each?
Post Edited By Moderator (Bean (Hitt Consulting)) : 5/13/2008 3:31:36 PM GMT
Post Edited By Moderator (Bean (Hitt Consulting)) : 5/13/2008 3:31:36 PM GMT
Comments
I don't know what you mean by "step through" ?
Show us an example...
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Did you know that 111,111,111 multiplied by 111,111,111 equals 12345678987654321 ?
www.iElectronicDesigns.com
·
I believe what he is trying to say is that he has a sub-routine with x-amount of parameters.
When you have a sub-routine that has parameters, ·In that sub-routine, you need to assign the parameters to variables in order to work with them.
I think that he is asking if·you can work directly with the parameter name instead of assigning it to another variable.
I don't know exactly how this is of benefit (Unless he is really crunched for codespace)...But I think that may be the question.
The best way is to just assign each one.
At first I though about using "GET" or "PUT", but they use the __PARAM variables hence corupting the values.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Did you know that 111,111,111 multiplied by 111,111,111 equals 12345678987654321 ?
www.iElectronicDesigns.com
·