I need to retrieve a series of values that are return from a web page. I know I can use the ALL arg to retrieve all of the values that match the function boundaries. How do I actually use these values. For example, I want to pull a random value from the multiple items retrieve using the "ALL" arg.
**The following code snippets illustrate how to use this function.**
/*
This next URL returns all of the flights that are available from the
airline. Pull all available flights destinations. After the web image call,
Flight should be returned as an array of flights with Flights_count
containing the total flights found
*/
/* Get a random In bound flight - On First 213 values have flight data */
sprintf(buffer, ''{Flights_%d}'', GetRandomNum(TotalFlights - 101));
lr_save_string(lr_eval_string(buffer), ''InFlight'');