WorkspaceList()
Returns the value of the specified workspace value name of type list on specified index (0-based). If workspace value does not exist, the specified default value is returned.
Syntax
WorkspaceList(name, index, default)
- name: name of list
- index: index in the list
- default: default value
Example
WorkspaceList(“Sections”, 2, 2000)