w3RotatorDelete removes a value from the specified list. The list is deleted after all of its values are removed.
call w3RotatorDelete (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 w3RotatorDelete. |
|
value |
Out |
The value removed from the list. |
Example Program