WithChartItems (Initialise)
Initialises a specific chart definition. A definition must be initialised before it can accept other instructions using the WithChartItems function, and only one chart definition can be initialised at a time.
A chart definition that has been closed must be initialised again in order to accept new instructions. For more information, refer to WithChartItems (Close).
Syntax
WithChartItems( InstructionType, ChartName );
Parameters
Parameter Name | Type | Description | Optional? | Default Value |
---|---|---|---|---|
InstructionType | Integer or String | Must be set to either the integer 1 or the string "Initialise". | No | n/a |
ChartName | String | The keyword of the intended chart question. | No | n/a |
Output
If successful, the function will return True; otherwise, it will return False.