w3RotatorFlush removes a list from the lists being used by this process. Lists are rarely modified, and once used, a list is very likely to be used again. So the first time a list is used by a process, the list is kept in the processes memory until the process logs off, or until the list is removed using w3RotatorFlush. If the list is not in the processes memory, nothing is changed.
callw3RotatorFlush (list)
|
list |
In |
The name of the list to remove from memory. If "" is passed, the list is named after the program which called w3RotatorFlush. |