w3RotatorDelete

w3RotatorDelete removes a value from the specified list. The list is deleted after all of its values are removed.

Syntax

call w3RotatorDelete (list, value)

Parameters

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

w3Rotator.demo