-
Notifications
You must be signed in to change notification settings - Fork 6
List
Vincent Gerlach edited this page Aug 28, 2023
·
6 revisions
The List Property is a list variable. You can add a list variable to the Properties by writing a new comment over the variable with the syntax:
#STB-Input-{Space}-List
The List Property is a property which can handle all listed properties except the Object Property in a list.
The maximum dimension size is 2D. If an element of the list is not manageable, the element is displayed as a String Property.
This Property is only displayed in the Panel.
#STB-Input-Panel-List
MyList = [11.0, True, [True, False]]This Property is displayed in the Panel and also in the Dialog.
#STB-Input-Panel-List /// #STB-Input-Dialog-List
MyList = [3,5,['dog',('dog', 'cat', 'rat', 'sheep')], True, 10.0]Release-Notes
If you have any questions, ask them here