Referencing objects
Posted: Wed Sep 09, 2015 8:09 pm
Hi,
I have a card in a substack where I store several parameters. In the main stack I use this instruction to set a variable
I was wondering if there a way to set a temporary context what would allow to avoid the repetition of "of stack "Parameters" in this example.
Thank you
I have a card in a substack where I store several parameters. In the main stack I use this instruction to set a variable
Code: Select all
put "field "User" of stack "Parameters" & field "IPAddress" of stack "Parameters" & field "Password" of stack "Parameters" into response
Thank you