GetSeriesSlots

Description

Returns a list of all of the visible Series Slots on an object.

Type

LIST{SLOT}

Arguments

Type

Meaning

1

OBJECT

The object whose Series Slots are to be returned.

Comments

If no object with the given name exists on the global workspace, then the run is aborted with an error.

 
GetSeriesSlot(%"My Data Object")
 
{$"My Data Object.Series 1", $"My Data Object.Series 2"}