Sunday
Jul222012
SQUID - Handling Compound Data
Sunday, July 22, 2012 at 12:30PM
For simple data in SQUID, you can call SquidRetrieveData and save the result into a parameter. This parameter can then be used throughout your script. Things get a bit more complicated if your data is comprised of multiple parameter values. A common example of this is user name and password.
Let us explore 2 techniques to solve this problem in your scripts.