|
General commands |
|
|
Commands GoTo <section: D, I, R, G, or L >, <sheet#>, <view#> GoTo + SetSheetTitle [“new name”] <charposition> Print (prints current sheet only.) Explanation The GoTo command is used in almost every script, to navigate to a different sheet in the project as these examples show:
If you include the optional parameter charposition in the SetSheetTitle command, the new name will be inserted between characters charposition and charposition +1 of the old name. If you omit charposition, then the new name replaces the old. |