Types
Simple Types
Linx plugin contains simple types Boolean, Byte, DateTime, Decimal, Double, Integer and String. Use a Type to create a variable in a Function by
- Dragging it onto the body of the Function and
- Setting the Value property.
Complex Types
Complex types have properties that can in turn be simple or complex. Plugins may provide their own complex types for use as variables in Functions. To create your own complex type
- Click Type on the menu bar
- Add properties
To use the Type as a variable
- Drag it onto the Function body and
- Set property values by using the Fields Editor in the dropdown or clicking the editor icon.
Lists
A list can contain any type. To use one
- Drag List from the Linx plugin onto the Function body.
- Set the Type property. It defaults to String.
- Add items in the editor by selecting the List Editor from the dropdown or clicking the editor icon.
- Other functions to manipulate the list are available in the Linx plugin.