...
will be displayed at the top of the screen. Answer Y to perform the replacement, N to proceed to the next occurrence of the search string, or press the ESC key the
Highlight | ||||||
---|---|---|---|---|---|---|
| ||||||
ESC |
...
- Set the widths of columns A, B, and C to 24, by giving the Width command on the LAYOUT menu with the options
New width 24
Specify column Yes A
New width 24
Specify column Yes B
New width 24
Specify column Yes C
- With the cursor in column A, move the right-hand margin to the right-hand edge of column A by pressing until the right-hand margin pointer is just to the left of the A on the top border; see the diagram below. This will also position the left margin for columns B and C to the right-hand edge of those columns.
- Enter the Options Page, by typing O, and alter the Insert on wrap option to Columns by pressing until the cursor is on the option line, and typing C to alter it to
...
For example, the top row of headings and leftmost column of labels have been fixed in the following document by giving the commands LFR and LFC with the cursor in slot A1:
The cursor can then be moved around to scroll the document while keeping the column headings and row labels in view.
...
The name of the document previously loaded with the Load command, or the name assigned to a document by the Name command (FC) on the FILES menu. If no name has been specified, it will show
No File
The name will also appear on the SUSPENDED ACTIVITIES list in the Index display.
...
Code | Function | Printed example |
12 | Underline3 | underlined type 4 |
2 | 5Bold | 6bold type |
3 | Extended sequence | Italicė ҫ π | Subscript
4 | SuperscriptItalic | italic type |
5 | Subscript | H20 |
6 | Superscript | e=mc2 |
7 | Alternative font | alternative font |
8 | User defined |
To obtain the right results when these codes are printed you may need to create a printer driver; see Section Nine - The Printer Editor.
The codes are inserted into text with the following commands:
Underline (1) - | PU |
Bold (2) - |
...
PB | |
Extended Sequence (3) - |
...
PX | |
Italic (4) - | PI |
Subscript (5) - | PL |
Superscript (6) - | PR |
Alternative font (7) - | PA |
User Defined (8) - | PE |
These commands insert the corresponding highlight code at the current cursor position. Successive occurrences of a highlight code enable and disable the corresponding printer facility.
...
Each half of the slot reference may be 'fixed' by preceding the column letter or the row number by a dollar sign. The possibilities are:
A1 $A1A$1 $A$1 | normal reference |
$A1 | fixed column reference |
A$1 | fixed row reference |
$A$1 | fixed column, fixed row |
The fixed part of a reference is not altered when copied with the Replicate or Copy commands on the BLOCKS menu, or when placed in a selection expression for the Save and Print commands on the FILES and PRINT menus respectively.
...
The arithmetic operators take two numbers as operands.
+ | add | - | subtract | |
* | multiply | ^/ | adddivide | |
^ | raise to the power | - / | subtract
Also, '+' and '-' may be used on date values. For example
...