Adding Sheets

Sheets are added to a document by using the make command of the Standard Suite.

make  : Create a new object.

make

new class : The class of the new object.

[ at location specifier ] : The location at which to insert the object.

[ with data any ] : The initial contents of the object.

[ with properties record ] : The initial values for properties of the object.

⇒ specifier : The new object.

When creating a sheet, the optional with properties parameter of the make command is supported, so that sheets can be created and named with a single statement.

The script below, adds a sheet, titled for every day of the current month, to the front document.

TOP | CONTINUE