Blog

Entries in strtok (1)

Sunday
Jul222012

SQUID - Handling Compound Data

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.

Click to read more ...