Struct |
Top Previous Next |
DescriptionThe Struct statement is used to define a Struct, which is a user-defined collection of related FreeFlyer objects. The End statement is used to close the definition of the Struct. Unlike Lists, Structs can contain many objects of different types. Structs can be passed as arguments into Procedures, effectively passing several related objects into the Procedure as a single argument. FreeFlyer Structs are also designed to allow users to easily import and export JSON data. For more information, see the Structs script reference guide.
SyntaxGeneric Example
Specific Example
Example using the extends keyword
Details
See Also•Structs Script Reference •Include Command
|