let pts(Point)
let i(integer)
i = 1
for i while i <= 10
{
set pts = CreateOrModifyDatum("Point", `Geometrical Set.1` ,Points , i)
pts=point(0mm,0mm,j * 10mm)
}
Notes:
- You can use the following keyboard
shortcuts in the editor:
- Ctrl+Z: Undo. Lets you delete the last word you
entered.
- Ctrl+Y: Redo.
- Ctrl+F: Search in text.
- Ctrl+A: Select all.