w3rotatorGet retrieves a value from the specified list.
call w3RotatorGet (list, value)
|
list |
In |
The name of the list of values to retrieve a value from. If "" is passed, the list is named after the program called w3RotatorGet. For efficiency, once retrieved, a local copy of the list is kept. The local copy can be removed by using w3RotatorFlush. If w3Debugging is enabled, local copies are not kept. If a rotator list or item cannot be read, the failure is noted in the w3Logs,FlashCONNECT file. |
|
value |
Out |
The value returned from the list. |