How to Define Tables
- Last UpdatedJan 24, 2023
- 1 minute read
-- Under a 'Backing Sheet'
BACK /ExampleBack SETST

Note:
The */ColumnLine1 direction of 'From Point' and 'To Point' defines the direction of
the rows. The */ColumnLine1 'From Point' and 'To Point' distance defines the spacing
of the rows.

Example continued….
-- Create NOTEs
NOTE */---Table SETST
FUNC '---' ('---' can be MTO, ENDPOINT or ASSEMBLY)
SpPurpose TABLE
Set the XYpos and usual attributes for text size colour .
Create and name TEXP and STRA elements under NOTE. In the example below there are 4 TEXP elements and 7 STRA elements (Shown in Black)
NOTE */---Cells SETST
FUNC '---' ('---' can be MTO, ENDPOINT or ASSEMBLY)
SpPurpose TABLE
Set the XYpos and usual attributes for text size colour .
Create and name TEXP and STRA elements under NOTE. In the example below there are 3 TEXP elements and 1 STRA element (Shown in Red).