Other Content

Table Of Contents
484 Getting Started with the Program Editor
Â
Status line shows line-number information and the name of the function or
program being edited. An asterisk (*) indicates that this function is “dirty,
which means that it has changed since the last time its syntax has been
checked and it has been stored.
Defining a Program or Function
Starting a new Program Editor
1. Make sure you are in the document and problem in which you want to
create the program or function.
2. Click Insert button on the application toolbar, and select ProgramEditor
> New. (On the handheld, press ~ and select Insert > Program Editor >
New.)
3. Type a name for the function or program you are defining.
4. Select the Type (Program or Function).
5. Set the Library Access:
- To use the function or program only from the current document and
problem, select None.
- To make the function or program accessible from any document but
not visible in the Catalog, select LibPriv.
- To make the function or program accessible from any document and
also visible in the Catalog, select LibPub (Show in Catalog). For more
information, see
Libraries
.
6. Click OK.
A new instance of the Program Editor opens, with a template matching the
selections you made.