...
Many of the options have only two possible alternatives: Yes
and No
. You can change the value shown either by typing Y
or N
as appropriate, or by using the Next Option command, J, which alternates between the available values. In the case of options which take specific values, such as Page Length, Next Option restores the default value.
Working with files - FILES
The commands on the FILES menu allow you to load documents from the Cambridge Z88 filing system, and save documents to the filing system.
You can create a document consisting of several files linked together by a List file. Commands are available to move to the next file or previous file, or go directly to the first file or last file in a multi-file document.
For simple use of PipeDream you do not need to use files, since you can leave documents you are working on as suspended applications. However, since there is a small overhead in keeping suspended applications, saving a large number of small documents as files will prevent the inconveniences of memory low conditions.
File names
When you start PipeDream with a blank document, the document will have no File name associated with it, and it will show:
File No File
at the top right-hand side of the Options Page. A File name can be given to a document with the Name command. Loading a file, with the Load command, will set the File name to the name of the loaded file.
The File name of the document is displayed in the Options Page, and is used as the default file name in the options for the Save and Name commands. The File name is also used to label PipeDream suspended activities, in the Index YOUR REF. column.
Name - FC
Sets the File name for the current document. Gives the prompt:
New name of file
...
ENTER
...
Loading a document
Load - FL
Loads a document of a given name from the filing system. The following options are displayed:
Name of file to load
Insert at slot NoLimit to range of rows No
Load as plain text No
Name of file to load: specifies the file name. If a file of the same name but with the extension'.L
' exists, this file is taken as a List file; see Multi-file documents, p. 125. If not, the specified file is loaded.
The File name, displayed in the Options Page, will be set to the name of the file loaded. In the case of a multi-file document, this will be the name of the current document, not the name of the List file.
...
ENTER
...
ESC
...
ENTER
...
If the document in memory has been altered since last saving it, the message
Overwrite text?
will be displayed, and the document will only be loaded if Y
(or y
) is typed. If the document is too large to fit into memory, only the first section will be loaded, and the display will show the message
Memory full
Insert at slot: appends the file to the document already in memory, either at the specified slot reference, or at the current cursor position if no slot reference is specified. Type Y
for the option
Insert at slot Yes
and enter a slot reference.
Limit to range of rows: enables files too large for the available memory to be edited by splitting them up into sections. If the option is set to Yes
, a range of rows can be entered as two numbers separated by a space. Only rows lying between the specified range, inclusive, will be loaded.
Load as plain text: if Yes
is specified, the file is interpreted as plain text. Sections of text on each line separated by tabs are put into successive columns across each row of the PipeDream document.
After loading a document, expression slots are recalculated twice, once to obtain the correct values of constant slots, and then again to ensure that references to constant slots have the correct values. If the document contains complicated forward referencing, it may need further recalculation before the values of slots stabilise.
Saving a document
Save - FS
...
ENTER
...
The following options are displayed:
Name of file to save
Save only range of columns No
Save selection of rows No
Save marked block No
Save plain text No
Name of file to save: by default, the current File name is displayed, as shown in the Options Page. This can be edited to save the document under a different name.
Save only range of columns: altering this option to Yes
allows you to specify a range of columns. This should be given as two column labels, separated by a space: for example, A F. Only the text within the range of columns, inclusive, will be saved.
Save selection of rows: altering this option to Yes
allows you to enter an expression. Only rows for which the expression evaluates to TRUE will be saved.
For example, column E in an inventory of goods may represent the quantity of each item in stock. To save a copy of the database which excluded out-of-stock items, you would type
Save selection of rows Yes E1>0
All row references in the expression are incremented before the expression is evaluated for each row in the document. So in this example row 6 will be saved if E6>0.
Save marked block: altering this option to Yes
specifies that only the marked block of text should be saved.
Save plain text: altering this option to Yes
will save the document as a plain text file, containing no special constructs. The contents of each successive column will be output separated by tab characters, with each row terminated by a return character.
Multi-file documents
Documents comprised of several different files can be edited and printed as a single document by means of a PipeDream List file
The List file is a plain text file containing the names of all the files making up the entire document. It should be saved with the Save plain text option, with each file name on a separate line.
The List file should be given a name with the extension'.L
'. A file with extension'.L
' is taken as a List file when loading, and the first document in the list will be loaded.
Any error which occurs during the processing of a multi-file document cancels the multi-file mode after reporting the error, to avoid overwriting files with incorrect text.
The following commands provide a convenient way of moving between files in a multi-file document:
Next File - FN
Loads the next file in a multi-file document, but first saves the current file if it has been altered since the last save command.
Previous File - FP
Loads the previous file in a multi-file document. The current document is saved if it has been altered since last saving it.
Top File - FT
Loads the first file in a multi-file document. The current document is first saved if it has been altered since last saving it.
Bottom File - FB
Loads the last document in a multi-file document. The current document is first saved if it has been altered since last saving it.
Multi-file example
For example, first create a List file in PipeDream, containing the following text:
Take care not to add any blank lines after the last file name. Then save this as a plain text file called book.L, by typing FS book.L, and setting the Save plain text option to Y
.
Create three files, chapterone, chaptertwo, and chapterthree, containing, for example, the following lines of text respectively:
This is the first chapter
This is the second chapter
This is chapter three
Now load the multi-file document by typing FL book
. If you use the Filer to select the file you will need to delete the '.L
' extension from the end of the file name.
Typing FN, FP, FT, and FB will then move between the three files.
Altering the layout - LAYOUT
...