Home » CEEFAX disks » telesoftware1.adl » VidiEditor/GUIDE1
VidiEditor/GUIDE1
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » CEEFAX disks » telesoftware1.adl |
Filename: | VidiEditor/GUIDE1 |
Read OK: | ✔ |
File size: | 15EC bytes |
Load address: | 0000 |
Exec address: | FFFFFFFF |
File contents
VidiEditor (Software and documentation by T. E. Kennington.) V1.2 (C) T. E. Kennington 1987 1 Jan 1987 1 INTRODUCTION VidiEditor is a stand alone teletext editor and carousel display system. It is designed to run on the BBC model B microcomputer under OS1.2 and DFS or with a Master series computer with any filing system. It cannot be used with second processors. Nor, unfortunately, will it run on a standard BBC B with ADFS as there is insufficient memory. It is capable of storing upto 20 pages in memory (one magazine) using easy to use commands and of displaying them sequencially with a choice of two display times which may be set within the range 1 to 99 seconds. Links can be added to magazines to enable a "daisy chain" of magazines to be displayed. A magazine consists of 20 1kbyte pages and so a maximum of 4 magazines may be stored on one 100kbyte disc. In theory five magazines should be the maximum (5 x 20 = 100) but 2 sectors of the disc are reserved for the catalogue thus there is not quite sufficient room for 5 20kB magazines. An 800k system can provide room for 36 magazines which is 720 pages. (Maximum.) 2 Getting started Insert the VidiEditor disc in drive 0 and type "*VIDIED". The screen should then be displaying the title "VidiEditor" with a list of commands. The message "READY" appears and command mode is entered. If no title page appears and "<Not found" shows at the bottom of the screen, then the file "F_T" is not present on the disc. It will not affect the operation of VidiEd in any way if it is missing. The following commands are understood: CAROUSEL CLEAR CLM DISPLAY ERASE HELP INSERT LINK LOAD MAGAZINE OVERLAY REPLACE SAVE TIDY TIME X *<OS command> :<title> And on the ROM version : PRINT To enter the editor, press the cursor UP key. The screen will still be showing the header and the cursor will have moved up one line. Its position is shown at all times, in decimal, by the V-H indicator on the command line. The command line will also be showing "edit-normal < > &nn Vnn Hnn". The character shown between the angle brackets '< >' is the character under the cursor and its ASCII number, in hex, is shown after '&'. This is for use in identifying control codes and graphic characters. The top row of the screen is used for the page name which should be typed after the colon.(:) Anything typed on the keyboard appears on screen. The arrowed editing keys may be used to place the cursor in any desired position. In older versions the DELETE key produced the "blob" character. The current version deletes the character in front of the cursor. The "blob" is produced with SHIFT+DELETE. The screen will need to be "saved" to enable it to be recalled. The command - INSERT will place a copy of the screen in memory. Before this, however, it must have been given a 'name' to identify it. This should be typed on the top row, after the colon. Pressing ESCAPE now will return to command mode. It is also possible to 'name' the page at this point by typing the name after the command INSERT. e.g. INSERT TEST, will add TEST to the top row. The message "Action successful" will have appeared. Typing MAG will show the magazine title and the index, which will now include the page you have just inserted. To recall the page, simply type DISPLAY <name> which in the present case will be TEST. e.g. DISPLAY TEST [RETURN]. At this point, it may be worth mentioning that all but one of the commands may be shortened to its first letter. The exception is CLEAR which must be typed in full. Also, the name may consist of only as many characters as necessary to uniquely identify the page. Taking our example above, to display, the minimum command could be - D T . Commands may be written in upper or lower case, VidiEditor treats them the same. It will be necessary to save the pages you have created permanently on disc. This is done by saving the entire magazine under a 'title'. For instance, if we call our magazine "EXAMPLE" then typing: SAVE EXAMPLE [RET] will put it on the disc as a file called EXAMPLE. In the disc catalogue it will appear as D.EXAMPLE because all VidiEditor magazines are put in directory D. (DFS only. See Disc User Guide for details of directories). At some future time, the magazine EXAMPLE may be recalled by, first putting the disc containing the magazine in the disc drive, then typing: LOAD EXAMPLE [RET] Typing MAG next will show the contents of the magazine just loaded. Having now loaded the magazine, it is possible to display them in rotation in a CAROUSEL. By typing CAROUSEL on the command line, the command line will disappear and a "header row" appears on the top line. Unless the date and time have been set previously, there will be a blank space followed by the wrong time. These can both be set using the TIME command. Two display speeds are available and these may be set to anything between 1 and 99 seconds. See CAROUSEL for more details. You should now be able to "drive" VidiEditor in a limited form. The following section deals with each command in turn.
00000000 0d 0a 56 69 64 69 45 64 69 74 6f 72 20 28 53 6f |..VidiEditor (So| 00000010 66 74 77 61 72 65 20 61 6e 64 20 64 6f 63 75 6d |ftware and docum| 00000020 65 6e 74 61 74 69 6f 6e 20 62 79 20 54 2e 20 45 |entation by T. E| 00000030 2e 20 4b 65 6e 6e 69 6e 67 74 6f 6e 2e 29 0d 0a |. Kennington.)..| 00000040 56 31 2e 32 20 20 20 20 20 20 20 28 43 29 20 54 |V1.2 (C) T| 00000050 2e 20 45 2e 20 4b 65 6e 6e 69 6e 67 74 6f 6e 20 |. E. Kennington | 00000060 31 39 38 37 20 20 20 20 20 20 20 20 20 20 20 20 |1987 | 00000070 20 31 20 4a 61 6e 20 20 31 39 38 37 0d 0a 0d 0a | 1 Jan 1987....| 00000080 0d 0a 0d 0a 31 20 49 4e 54 52 4f 44 55 43 54 49 |....1 INTRODUCTI| 00000090 4f 4e 0d 0a 0d 0a 56 69 64 69 45 64 69 74 6f 72 |ON....VidiEditor| 000000a0 20 20 20 69 73 20 20 20 61 20 73 74 61 6e 64 20 | is a stand | 000000b0 61 6c 6f 6e 65 20 74 65 6c 65 74 65 78 74 20 65 |alone teletext e| 000000c0 64 69 74 6f 72 20 61 6e 64 20 63 61 72 6f 75 73 |ditor and carous| 000000d0 65 6c 0d 0a 64 69 73 70 6c 61 79 20 73 79 73 74 |el..display syst| 000000e0 65 6d 2e 20 49 74 20 20 69 73 20 20 64 65 73 69 |em. It is desi| 000000f0 67 6e 65 64 20 74 6f 20 72 75 6e 20 6f 6e 20 74 |gned to run on t| 00000100 68 65 20 20 42 42 43 20 20 6d 6f 64 65 6c 20 42 |he BBC model B| 00000110 0d 0a 6d 69 63 72 6f 63 6f 6d 70 75 74 65 72 20 |..microcomputer | 00000120 75 6e 64 65 72 20 4f 53 31 2e 32 20 61 6e 64 20 |under OS1.2 and | 00000130 44 46 53 20 20 6f 72 20 20 77 69 74 68 20 20 61 |DFS or with a| 00000140 20 4d 61 73 74 65 72 20 73 65 72 69 65 73 0d 0a | Master series..| 00000150 63 6f 6d 70 75 74 65 72 20 20 77 69 74 68 20 20 |computer with | 00000160 61 6e 79 20 20 66 69 6c 69 6e 67 20 73 79 73 74 |any filing syst| 00000170 65 6d 2e 20 49 74 20 63 61 6e 6e 6f 74 20 62 65 |em. It cannot be| 00000180 20 20 75 73 65 64 20 20 77 69 74 68 0d 0a 73 65 | used with..se| 00000190 63 6f 6e 64 20 70 72 6f 63 65 73 73 6f 72 73 2e |cond processors.| 000001a0 20 4e 6f 72 2c 20 75 6e 66 6f 72 74 75 6e 61 74 | Nor, unfortunat| 000001b0 65 6c 79 2c 20 20 77 69 6c 6c 20 20 69 74 20 20 |ely, will it | 000001c0 72 75 6e 20 20 6f 6e 20 20 61 0d 0a 73 74 61 6e |run on a..stan| 000001d0 64 61 72 64 20 42 42 43 20 42 20 77 69 74 68 20 |dard BBC B with | 000001e0 41 44 46 53 20 61 73 20 74 68 65 72 65 20 69 73 |ADFS as there is| 000001f0 20 69 6e 73 75 66 66 69 63 69 65 6e 74 20 6d 65 | insufficient me| 00000200 6d 6f 72 79 2e 0d 0a 0d 0a 49 74 20 69 73 20 63 |mory.....It is c| 00000210 61 70 61 62 6c 65 20 6f 66 20 20 73 74 6f 72 69 |apable of stori| 00000220 6e 67 20 20 20 75 70 74 6f 20 20 32 30 20 20 70 |ng upto 20 p| 00000230 61 67 65 73 20 20 69 6e 20 20 6d 65 6d 6f 72 79 |ages in memory| 00000240 20 28 6f 6e 65 0d 0a 6d 61 67 61 7a 69 6e 65 29 | (one..magazine)| 00000250 20 20 75 73 69 6e 67 20 65 61 73 79 20 74 6f 20 | using easy to | 00000260 75 73 65 20 63 6f 6d 6d 61 6e 64 73 20 61 6e 64 |use commands and| 00000270 20 6f 66 20 64 69 73 70 6c 61 79 69 6e 67 20 74 | of displaying t| 00000280 68 65 6d 0d 0a 73 65 71 75 65 6e 63 69 61 6c 6c |hem..sequenciall| 00000290 79 20 77 69 74 68 20 61 20 63 68 6f 69 63 65 20 |y with a choice | 000002a0 6f 66 20 74 77 6f 20 64 69 73 70 6c 61 79 20 74 |of two display t| 000002b0 69 6d 65 73 20 77 68 69 63 68 20 6d 61 79 20 62 |imes which may b| 000002c0 65 0d 0a 73 65 74 20 77 69 74 68 69 6e 20 74 68 |e..set within th| 000002d0 65 20 72 61 6e 67 65 20 31 20 74 6f 20 20 39 39 |e range 1 to 99| 000002e0 20 73 65 63 6f 6e 64 73 2e 20 4c 69 6e 6b 73 20 | seconds. Links | 000002f0 63 61 6e 20 62 65 20 61 64 64 65 64 20 74 6f 0d |can be added to.| 00000300 0a 6d 61 67 61 7a 69 6e 65 73 20 20 74 6f 20 20 |.magazines to | 00000310 65 6e 61 62 6c 65 20 20 61 20 22 64 61 69 73 79 |enable a "daisy| 00000320 20 63 68 61 69 6e 22 20 6f 66 20 20 6d 61 67 61 | chain" of maga| 00000330 7a 69 6e 65 73 20 20 74 6f 20 20 62 65 0d 0a 64 |zines to be..d| 00000340 69 73 70 6c 61 79 65 64 2e 0d 0a 0d 0a 41 20 20 |isplayed.....A | 00000350 20 6d 61 67 61 7a 69 6e 65 20 20 20 63 6f 6e 73 | magazine cons| 00000360 69 73 74 73 20 20 6f 66 20 20 32 30 20 20 31 6b |ists of 20 1k| 00000370 62 79 74 65 20 20 20 70 61 67 65 73 20 20 20 61 |byte pages a| 00000380 6e 64 20 20 73 6f 20 20 61 0d 0a 6d 61 78 69 6d |nd so a..maxim| 00000390 75 6d 20 6f 66 20 34 20 20 6d 61 67 61 7a 69 6e |um of 4 magazin| 000003a0 65 73 20 20 6d 61 79 20 20 20 62 65 20 20 73 74 |es may be st| 000003b0 6f 72 65 64 20 20 6f 6e 20 20 6f 6e 65 20 20 31 |ored on one 1| 000003c0 30 30 6b 62 79 74 65 0d 0a 64 69 73 63 2e 20 49 |00kbyte..disc. I| 000003d0 6e 20 20 74 68 65 6f 72 79 20 20 66 69 76 65 20 |n theory five | 000003e0 6d 61 67 61 7a 69 6e 65 73 20 20 73 68 6f 75 6c |magazines shoul| 000003f0 64 20 20 62 65 20 20 74 68 65 20 6d 61 78 69 6d |d be the maxim| 00000400 75 6d 20 28 35 0d 0a 78 20 32 30 20 3d 20 31 30 |um (5..x 20 = 10| 00000410 30 29 20 62 75 74 20 32 20 20 73 65 63 74 6f 72 |0) but 2 sector| 00000420 73 20 20 6f 66 20 74 68 65 20 64 69 73 63 20 61 |s of the disc a| 00000430 72 65 20 72 65 73 65 72 76 65 64 20 66 6f 72 20 |re reserved for | 00000440 74 68 65 0d 0a 63 61 74 61 6c 6f 67 75 65 20 74 |the..catalogue t| 00000450 68 75 73 20 74 68 65 72 65 20 69 73 20 6e 6f 74 |hus there is not| 00000460 20 71 75 69 74 65 20 73 75 66 66 69 63 69 65 6e | quite sufficien| 00000470 74 20 72 6f 6f 6d 20 66 6f 72 20 35 20 32 30 6b |t room for 5 20k| 00000480 42 0d 0a 6d 61 67 61 7a 69 6e 65 73 2e 20 41 6e |B..magazines. An| 00000490 20 38 30 30 6b 20 73 79 73 74 65 6d 20 63 61 6e | 800k system can| 000004a0 20 70 72 6f 76 69 64 65 20 72 6f 6f 6d 20 66 6f | provide room fo| 000004b0 72 20 20 33 36 20 6d 61 67 61 7a 69 6e 65 73 0d |r 36 magazines.| 000004c0 0a 77 68 69 63 68 20 69 73 20 37 32 30 20 70 61 |.which is 720 pa| 000004d0 67 65 73 2e 20 28 4d 61 78 69 6d 75 6d 2e 29 0d |ges. (Maximum.).| 000004e0 0a 0d 0a 32 20 47 65 74 74 69 6e 67 20 73 74 61 |...2 Getting sta| 000004f0 72 74 65 64 0d 0a 0d 0a 49 6e 73 65 72 74 20 74 |rted....Insert t| 00000500 68 65 20 56 69 64 69 45 64 69 74 6f 72 20 20 64 |he VidiEditor d| 00000510 69 73 63 20 20 69 6e 20 20 64 72 69 76 65 20 30 |isc in drive 0| 00000520 20 61 6e 64 20 74 79 70 65 20 22 2a 56 49 44 49 | and type "*VIDI| 00000530 45 44 22 2e 0d 0a 54 68 65 20 20 20 73 63 72 65 |ED"...The scre| 00000540 65 6e 20 20 20 73 68 6f 75 6c 64 20 20 20 74 68 |en should th| 00000550 65 6e 20 20 20 62 65 20 20 20 64 69 73 70 6c 61 |en be displa| 00000560 79 69 6e 67 20 20 20 20 74 68 65 20 20 74 69 74 |ying the tit| 00000570 6c 65 0d 0a 22 56 69 64 69 45 64 69 74 6f 72 22 |le.."VidiEditor"| 00000580 20 77 69 74 68 20 61 20 6c 69 73 74 20 6f 66 20 | with a list of | 00000590 63 6f 6d 6d 61 6e 64 73 2e 20 20 54 68 65 20 20 |commands. The | 000005a0 6d 65 73 73 61 67 65 20 20 22 52 45 41 44 59 22 |message "READY"| 000005b0 0d 0a 61 70 70 65 61 72 73 20 20 61 6e 64 20 20 |..appears and | 000005c0 63 6f 6d 6d 61 6e 64 20 20 6d 6f 64 65 20 20 69 |command mode i| 000005d0 73 20 20 65 6e 74 65 72 65 64 2e 20 20 49 66 20 |s entered. If | 000005e0 20 6e 6f 20 74 69 74 6c 65 20 70 61 67 65 0d 0a | no title page..| 000005f0 61 70 70 65 61 72 73 20 61 6e 64 20 22 3c 4e 6f |appears and "<No| 00000600 74 20 66 6f 75 6e 64 22 20 73 68 6f 77 73 20 61 |t found" shows a| 00000610 74 20 74 68 65 20 62 6f 74 74 6f 6d 20 20 6f 66 |t the bottom of| 00000620 20 74 68 65 20 73 63 72 65 65 6e 2c 0d 0a 74 68 | the screen,..th| 00000630 65 6e 20 74 68 65 20 66 69 6c 65 20 22 46 5f 54 |en the file "F_T| 00000640 22 20 69 73 20 6e 6f 74 20 70 72 65 73 65 6e 74 |" is not present| 00000650 20 6f 6e 20 74 68 65 20 20 64 69 73 63 2e 20 49 | on the disc. I| 00000660 74 20 77 69 6c 6c 20 6e 6f 74 0d 0a 61 66 66 65 |t will not..affe| 00000670 63 74 20 74 68 65 20 6f 70 65 72 61 74 69 6f 6e |ct the operation| 00000680 20 6f 66 20 56 69 64 69 45 64 20 69 6e 20 61 6e | of VidiEd in an| 00000690 79 20 77 61 79 20 69 66 20 69 74 20 69 73 20 6d |y way if it is m| 000006a0 69 73 73 69 6e 67 2e 0d 0a 54 68 65 20 66 6f 6c |issing...The fol| 000006b0 6c 6f 77 69 6e 67 20 63 6f 6d 6d 61 6e 64 73 20 |lowing commands | 000006c0 61 72 65 20 75 6e 64 65 72 73 74 6f 6f 64 3a 0d |are understood:.| 000006d0 0a 0d 0a 43 41 52 4f 55 53 45 4c 20 20 20 43 4c |...CAROUSEL CL| 000006e0 45 41 52 20 20 20 43 4c 4d 20 20 20 20 20 44 49 |EAR CLM DI| 000006f0 53 50 4c 41 59 20 20 20 20 20 45 52 41 53 45 20 |SPLAY ERASE | 00000700 20 20 20 20 20 48 45 4c 50 0d 0a 49 4e 53 45 52 | HELP..INSER| 00000710 54 20 20 20 20 20 4c 49 4e 4b 20 20 20 20 4c 4f |T LINK LO| 00000720 41 44 20 20 20 20 4d 41 47 41 5a 49 4e 45 20 20 |AD MAGAZINE | 00000730 20 20 4f 56 45 52 4c 41 59 20 20 20 20 52 45 50 | OVERLAY REP| 00000740 4c 41 43 45 0d 0a 53 41 56 45 20 20 20 20 20 20 |LACE..SAVE | 00000750 20 54 49 44 59 20 20 20 20 54 49 4d 45 20 20 20 | TIDY TIME | 00000760 20 58 20 20 20 20 20 2a 3c 4f 53 20 63 6f 6d 6d | X *<OS comm| 00000770 61 6e 64 3e 20 20 20 20 3a 3c 74 69 74 6c 65 3e |and> :<title>| 00000780 0d 0a 0d 0a 41 6e 64 20 6f 6e 20 74 68 65 20 52 |....And on the R| 00000790 4f 4d 20 76 65 72 73 69 6f 6e 20 3a 20 20 20 50 |OM version : P| 000007a0 52 49 4e 54 0d 0a 0d 0a 54 6f 20 65 6e 74 65 72 |RINT....To enter| 000007b0 20 74 68 65 20 65 64 69 74 6f 72 2c 20 70 72 65 | the editor, pre| 000007c0 73 73 20 74 68 65 20 63 75 72 73 6f 72 20 20 55 |ss the cursor U| 000007d0 50 20 20 6b 65 79 2e 20 20 54 68 65 20 20 73 63 |P key. The sc| 000007e0 72 65 65 6e 0d 0a 77 69 6c 6c 20 20 73 74 69 6c |reen..will stil| 000007f0 6c 20 20 62 65 20 73 68 6f 77 69 6e 67 20 74 68 |l be showing th| 00000800 65 20 68 65 61 64 65 72 20 61 6e 64 20 74 68 65 |e header and the| 00000810 20 63 75 72 73 6f 72 20 77 69 6c 6c 20 20 68 61 | cursor will ha| 00000820 76 65 0d 0a 6d 6f 76 65 64 20 75 70 20 6f 6e 65 |ve..moved up one| 00000830 20 6c 69 6e 65 2e 20 20 49 74 73 20 70 6f 73 69 | line. Its posi| 00000840 74 69 6f 6e 20 20 69 73 20 73 68 6f 77 6e 20 20 |tion is shown | 00000850 61 74 20 61 6c 6c 20 74 69 6d 65 73 2c 20 69 6e |at all times, in| 00000860 0d 0a 64 65 63 69 6d 61 6c 2c 20 62 79 20 74 68 |..decimal, by th| 00000870 65 20 56 2d 48 20 69 6e 64 69 63 61 74 6f 72 20 |e V-H indicator | 00000880 6f 6e 20 74 68 65 20 63 6f 6d 6d 61 6e 64 20 6c |on the command l| 00000890 69 6e 65 2e 0d 0a 0d 0a 20 20 20 20 20 20 20 20 |ine..... | 000008a0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000008b0 20 20 20 20 20 54 68 65 20 20 63 6f 6d 6d 61 6e | The comman| 000008c0 64 20 20 6c 69 6e 65 20 77 69 6c 6c 20 61 6c 73 |d line will als| 000008d0 6f 20 62 65 0d 0a 73 68 6f 77 69 6e 67 20 20 20 |o be..showing | 000008e0 22 65 64 69 74 2d 6e 6f 72 6d 61 6c 20 20 20 20 |"edit-normal | 000008f0 20 20 20 20 20 20 20 3c 20 20 20 3e 20 20 26 6e | < > &n| 00000900 6e 20 20 56 6e 6e 20 20 48 6e 6e 22 2e 20 20 54 |n Vnn Hnn". T| 00000910 68 65 0d 0a 63 68 61 72 61 63 74 65 72 20 20 20 |he..character | 00000920 73 68 6f 77 6e 20 20 62 65 74 77 65 65 6e 20 20 |shown between | 00000930 74 68 65 20 20 61 6e 67 6c 65 20 62 72 61 63 6b |the angle brack| 00000940 65 74 73 20 27 3c 20 3e 27 20 69 73 20 74 68 65 |ets '< >' is the| 00000950 0d 0a 63 68 61 72 61 63 74 65 72 20 75 6e 64 65 |..character unde| 00000960 72 20 74 68 65 20 63 75 72 73 6f 72 20 61 6e 64 |r the cursor and| 00000970 20 69 74 73 20 20 41 53 43 49 49 20 20 6e 75 6d | its ASCII num| 00000980 62 65 72 2c 20 20 69 6e 20 20 68 65 78 2c 0d 0a |ber, in hex,..| 00000990 69 73 20 20 73 68 6f 77 6e 20 61 66 74 65 72 20 |is shown after | 000009a0 27 26 27 2e 20 54 68 69 73 20 20 69 73 20 66 6f |'&'. This is fo| 000009b0 72 20 75 73 65 20 69 6e 20 69 64 65 6e 74 69 66 |r use in identif| 000009c0 79 69 6e 67 20 63 6f 6e 74 72 6f 6c 0d 0a 63 6f |ying control..co| 000009d0 64 65 73 20 61 6e 64 20 67 72 61 70 68 69 63 20 |des and graphic | 000009e0 63 68 61 72 61 63 74 65 72 73 2e 20 54 68 65 20 |characters. The | 000009f0 74 6f 70 20 20 72 6f 77 20 20 20 6f 66 20 20 20 |top row of | 00000a00 74 68 65 20 73 63 72 65 65 6e 0d 0a 69 73 20 20 |the screen..is | 00000a10 75 73 65 64 20 20 66 6f 72 20 20 74 68 65 20 20 |used for the | 00000a20 70 61 67 65 20 20 6e 61 6d 65 20 77 68 69 63 68 |page name which| 00000a30 20 73 68 6f 75 6c 64 20 62 65 20 20 74 79 70 65 | should be type| 00000a40 64 20 20 61 66 74 65 72 0d 0a 74 68 65 20 63 6f |d after..the co| 00000a50 6c 6f 6e 2e 28 3a 29 20 41 6e 79 74 68 69 6e 67 |lon.(:) Anything| 00000a60 20 74 79 70 65 64 20 20 6f 6e 20 20 74 68 65 20 | typed on the | 00000a70 20 6b 65 79 62 6f 61 72 64 20 20 61 70 70 65 61 | keyboard appea| 00000a80 72 73 20 20 6f 6e 0d 0a 73 63 72 65 65 6e 2e 20 |rs on..screen. | 00000a90 20 20 54 68 65 20 20 61 72 72 6f 77 65 64 20 20 | The arrowed | 00000aa0 20 65 64 69 74 69 6e 67 20 20 6b 65 79 73 20 20 | editing keys | 00000ab0 6d 61 79 20 62 65 20 75 73 65 64 20 74 6f 20 70 |may be used to p| 00000ac0 6c 61 63 65 0d 0a 74 68 65 20 63 75 72 73 6f 72 |lace..the cursor| 00000ad0 20 69 6e 20 61 6e 79 20 20 64 65 73 69 72 65 64 | in any desired| 00000ae0 20 20 70 6f 73 69 74 69 6f 6e 2e 20 20 49 6e 20 | position. In | 00000af0 6f 6c 64 65 72 20 76 65 72 73 69 6f 6e 73 20 74 |older versions t| 00000b00 68 65 0d 0a 44 45 4c 45 54 45 20 20 6b 65 79 20 |he..DELETE key | 00000b10 20 70 72 6f 64 75 63 65 64 20 20 74 68 65 20 20 | produced the | 00000b20 22 62 6c 6f 62 22 20 20 63 68 61 72 61 63 74 65 |"blob" characte| 00000b30 72 2e 20 20 54 68 65 20 20 63 75 72 72 65 6e 74 |r. The current| 00000b40 0d 0a 76 65 72 73 69 6f 6e 20 20 64 65 6c 65 74 |..version delet| 00000b50 65 73 20 20 74 68 65 20 20 63 68 61 72 61 63 74 |es the charact| 00000b60 65 72 20 69 6e 20 66 72 6f 6e 74 20 6f 66 20 74 |er in front of t| 00000b70 68 65 20 63 75 72 73 6f 72 2e 20 54 68 65 0d 0a |he cursor. The..| 00000b80 22 62 6c 6f 62 22 20 69 73 20 70 72 6f 64 75 63 |"blob" is produc| 00000b90 65 64 20 77 69 74 68 20 53 48 49 46 54 2b 44 45 |ed with SHIFT+DE| 00000ba0 4c 45 54 45 2e 0d 0a 0d 0a 54 68 65 20 20 73 63 |LETE.....The sc| 00000bb0 72 65 65 6e 20 77 69 6c 6c 20 6e 65 65 64 20 74 |reen will need t| 00000bc0 6f 20 20 62 65 20 20 22 73 61 76 65 64 22 20 20 |o be "saved" | 00000bd0 74 6f 20 20 65 6e 61 62 6c 65 20 20 69 74 20 20 |to enable it | 00000be0 74 6f 20 62 65 0d 0a 72 65 63 61 6c 6c 65 64 2e |to be..recalled.| 00000bf0 20 20 54 68 65 20 20 63 6f 6d 6d 61 6e 64 20 20 | The command | 00000c00 2d 20 20 49 4e 53 45 52 54 20 20 77 69 6c 6c 20 |- INSERT will | 00000c10 70 6c 61 63 65 20 61 20 63 6f 70 79 20 6f 66 20 |place a copy of | 00000c20 74 68 65 0d 0a 73 63 72 65 65 6e 20 20 69 6e 20 |the..screen in | 00000c30 20 6d 65 6d 6f 72 79 2e 20 20 42 65 66 6f 72 65 | memory. Before| 00000c40 20 74 68 69 73 2c 20 20 68 6f 77 65 76 65 72 2c | this, however,| 00000c50 20 20 20 69 74 20 20 6d 75 73 74 20 20 68 61 76 | it must hav| 00000c60 65 0d 0a 62 65 65 6e 20 20 67 69 76 65 6e 20 61 |e..been given a| 00000c70 20 27 6e 61 6d 65 27 20 74 6f 20 69 64 65 6e 74 | 'name' to ident| 00000c80 69 66 79 20 69 74 2e 20 54 68 69 73 20 73 68 6f |ify it. This sho| 00000c90 75 6c 64 20 62 65 20 74 79 70 65 64 20 6f 6e 0d |uld be typed on.| 00000ca0 0a 74 68 65 20 74 6f 70 20 20 72 6f 77 2c 20 20 |.the top row, | 00000cb0 61 66 74 65 72 20 20 74 68 65 20 20 63 6f 6c 6f |after the colo| 00000cc0 6e 2e 20 50 72 65 73 73 69 6e 67 20 20 45 53 43 |n. Pressing ESC| 00000cd0 41 50 45 20 20 6e 6f 77 20 77 69 6c 6c 0d 0a 72 |APE now will..r| 00000ce0 65 74 75 72 6e 20 74 6f 20 63 6f 6d 6d 61 6e 64 |eturn to command| 00000cf0 20 6d 6f 64 65 2e 20 49 74 20 69 73 20 20 61 6c | mode. It is al| 00000d00 73 6f 20 20 70 6f 73 73 69 62 6c 65 20 20 74 6f |so possible to| 00000d10 20 27 6e 61 6d 65 27 20 74 68 65 0d 0a 70 61 67 | 'name' the..pag| 00000d20 65 20 61 74 20 74 68 69 73 20 20 70 6f 69 6e 74 |e at this point| 00000d30 20 20 62 79 20 20 74 79 70 69 6e 67 20 74 68 65 | by typing the| 00000d40 20 6e 61 6d 65 20 61 66 74 65 72 20 20 74 68 65 | name after the| 00000d50 20 20 63 6f 6d 6d 61 6e 64 0d 0a 49 4e 53 45 52 | command..INSER| 00000d60 54 2e 20 65 2e 67 2e 20 49 4e 53 45 52 54 20 54 |T. e.g. INSERT T| 00000d70 45 53 54 2c 20 77 69 6c 6c 20 61 64 64 20 54 45 |EST, will add TE| 00000d80 53 54 20 74 6f 20 74 68 65 20 74 6f 70 20 72 6f |ST to the top ro| 00000d90 77 2e 0d 0a 0d 0a 54 68 65 20 20 6d 65 73 73 61 |w.....The messa| 00000da0 67 65 20 22 41 63 74 69 6f 6e 20 73 75 63 63 65 |ge "Action succe| 00000db0 73 73 66 75 6c 22 20 77 69 6c 6c 20 68 61 76 65 |ssful" will have| 00000dc0 20 61 70 70 65 61 72 65 64 2e 20 20 54 79 70 69 | appeared. Typi| 00000dd0 6e 67 0d 0a 4d 41 47 20 20 77 69 6c 6c 20 20 20 |ng..MAG will | 00000de0 73 68 6f 77 20 20 20 74 68 65 20 20 6d 61 67 61 |show the maga| 00000df0 7a 69 6e 65 20 20 74 69 74 6c 65 20 61 6e 64 20 |zine title and | 00000e00 74 68 65 20 69 6e 64 65 78 2c 20 77 68 69 63 68 |the index, which| 00000e10 0d 0a 77 69 6c 6c 20 6e 6f 77 20 69 6e 63 6c 75 |..will now inclu| 00000e20 64 65 20 74 68 65 20 70 61 67 65 20 79 6f 75 20 |de the page you | 00000e30 20 68 61 76 65 20 6a 75 73 74 20 69 6e 73 65 72 | have just inser| 00000e40 74 65 64 2e 20 54 6f 20 72 65 63 61 6c 6c 0d 0a |ted. To recall..| 00000e50 74 68 65 20 70 61 67 65 2c 20 73 69 6d 70 6c 79 |the page, simply| 00000e60 20 74 79 70 65 20 44 49 53 50 4c 41 59 20 3c 6e | type DISPLAY <n| 00000e70 61 6d 65 3e 20 77 68 69 63 68 20 20 69 6e 20 20 |ame> which in | 00000e80 74 68 65 20 20 70 72 65 73 65 6e 74 0d 0a 63 61 |the present..ca| 00000e90 73 65 20 77 69 6c 6c 20 62 65 20 54 45 53 54 2e |se will be TEST.| 00000ea0 20 65 2e 67 2e 20 44 49 53 50 4c 41 59 20 54 45 | e.g. DISPLAY TE| 00000eb0 53 54 20 5b 52 45 54 55 52 4e 5d 2e 0d 0a 0d 0a |ST [RETURN].....| 00000ec0 41 74 20 20 20 74 68 69 73 20 20 20 70 6f 69 6e |At this poin| 00000ed0 74 2c 20 20 20 69 74 20 6d 61 79 20 62 65 20 77 |t, it may be w| 00000ee0 6f 72 74 68 20 6d 65 6e 74 69 6f 6e 69 6e 67 20 |orth mentioning | 00000ef0 74 68 61 74 20 61 6c 6c 20 62 75 74 0d 0a 6f 6e |that all but..on| 00000f00 65 20 6f 66 20 74 68 65 20 63 6f 6d 6d 61 6e 64 |e of the command| 00000f10 73 20 20 6d 61 79 20 20 62 65 20 20 73 68 6f 72 |s may be shor| 00000f20 74 65 6e 65 64 20 74 6f 20 69 74 73 20 66 69 72 |tened to its fir| 00000f30 73 74 20 6c 65 74 74 65 72 2e 0d 0a 54 68 65 20 |st letter...The | 00000f40 20 65 78 63 65 70 74 69 6f 6e 20 69 73 20 20 43 | exception is C| 00000f50 4c 45 41 52 20 77 68 69 63 68 20 20 6d 75 73 74 |LEAR which must| 00000f60 20 20 62 65 20 20 20 74 79 70 65 64 20 20 20 69 | be typed i| 00000f70 6e 20 20 66 75 6c 6c 2e 0d 0a 41 6c 73 6f 2c 20 |n full...Also, | 00000f80 74 68 65 20 20 6e 61 6d 65 20 20 6d 61 79 20 20 |the name may | 00000f90 63 6f 6e 73 69 73 74 20 20 6f 66 20 6f 6e 6c 79 |consist of only| 00000fa0 20 61 73 20 6d 61 6e 79 20 63 68 61 72 61 63 74 | as many charact| 00000fb0 65 72 73 20 61 73 0d 0a 6e 65 63 65 73 73 61 72 |ers as..necessar| 00000fc0 79 20 74 6f 20 75 6e 69 71 75 65 6c 79 20 69 64 |y to uniquely id| 00000fd0 65 6e 74 69 66 79 20 74 68 65 20 70 61 67 65 2e |entify the page.| 00000fe0 20 20 54 61 6b 69 6e 67 20 6f 75 72 20 65 78 61 | Taking our exa| 00000ff0 6d 70 6c 65 0d 0a 61 62 6f 76 65 2c 20 74 6f 20 |mple..above, to | 00001000 64 69 73 70 6c 61 79 2c 20 74 68 65 20 6d 69 6e |display, the min| 00001010 69 6d 75 6d 20 20 63 6f 6d 6d 61 6e 64 20 20 63 |imum command c| 00001020 6f 75 6c 64 20 62 65 20 20 2d 20 20 44 20 20 54 |ould be - D T| 00001030 20 2e 0d 0a 43 6f 6d 6d 61 6e 64 73 20 6d 61 79 | ...Commands may| 00001040 20 62 65 20 77 72 69 74 74 65 6e 20 69 6e 20 75 | be written in u| 00001050 70 70 65 72 20 6f 72 20 6c 6f 77 65 72 20 20 63 |pper or lower c| 00001060 61 73 65 2c 20 20 56 69 64 69 45 64 69 74 6f 72 |ase, VidiEditor| 00001070 0d 0a 74 72 65 61 74 73 20 74 68 65 6d 20 74 68 |..treats them th| 00001080 65 20 73 61 6d 65 2e 0d 0a 0d 0a 49 74 20 20 77 |e same.....It w| 00001090 69 6c 6c 20 20 62 65 20 20 20 6e 65 63 65 73 73 |ill be necess| 000010a0 61 72 79 20 74 6f 20 73 61 76 65 20 74 68 65 20 |ary to save the | 000010b0 70 61 67 65 73 20 20 79 6f 75 20 68 61 76 65 20 |pages you have | 000010c0 63 72 65 61 74 65 64 0d 0a 70 65 72 6d 61 6e 65 |created..permane| 000010d0 6e 74 6c 79 20 6f 6e 20 64 69 73 63 2e 20 54 68 |ntly on disc. Th| 000010e0 69 73 20 20 69 73 20 20 64 6f 6e 65 20 20 62 79 |is is done by| 000010f0 20 20 73 61 76 69 6e 67 20 20 74 68 65 20 20 65 | saving the e| 00001100 6e 74 69 72 65 0d 0a 6d 61 67 61 7a 69 6e 65 20 |ntire..magazine | 00001110 20 20 75 6e 64 65 72 20 20 20 61 20 20 27 74 69 | under a 'ti| 00001120 74 6c 65 27 2e 20 20 46 6f 72 20 69 6e 73 74 61 |tle'. For insta| 00001130 6e 63 65 2c 20 69 66 20 77 65 20 63 61 6c 6c 20 |nce, if we call | 00001140 6f 75 72 0d 0a 6d 61 67 61 7a 69 6e 65 20 22 45 |our..magazine "E| 00001150 58 41 4d 50 4c 45 22 20 74 68 65 6e 20 74 79 70 |XAMPLE" then typ| 00001160 69 6e 67 3a 0d 0a 0d 0a 53 41 56 45 20 20 45 58 |ing:....SAVE EX| 00001170 41 4d 50 4c 45 20 5b 52 45 54 5d 0d 0a 0d 0a 77 |AMPLE [RET]....w| 00001180 69 6c 6c 20 70 75 74 20 69 74 20 6f 6e 20 74 68 |ill put it on th| 00001190 65 20 20 64 69 73 63 20 20 61 73 20 20 61 20 20 |e disc as a | 000011a0 66 69 6c 65 20 63 61 6c 6c 65 64 20 45 58 41 4d |file called EXAM| 000011b0 50 4c 45 2e 20 49 6e 20 74 68 65 0d 0a 64 69 73 |PLE. In the..dis| 000011c0 63 20 20 63 61 74 61 6c 6f 67 75 65 20 20 69 74 |c catalogue it| 000011d0 20 20 77 69 6c 6c 20 20 61 70 70 65 61 72 20 20 | will appear | 000011e0 61 73 20 20 44 2e 45 58 41 4d 50 4c 45 20 62 65 |as D.EXAMPLE be| 000011f0 63 61 75 73 65 20 61 6c 6c 0d 0a 56 69 64 69 45 |cause all..VidiE| 00001200 64 69 74 6f 72 20 20 6d 61 67 61 7a 69 6e 65 73 |ditor magazines| 00001210 20 20 61 72 65 20 20 70 75 74 20 69 6e 20 64 69 | are put in di| 00001220 72 65 63 74 6f 72 79 20 44 2e 20 20 28 44 46 53 |rectory D. (DFS| 00001230 20 20 6f 6e 6c 79 2e 0d 0a 53 65 65 20 44 69 73 | only...See Dis| 00001240 63 20 20 55 73 65 72 20 20 47 75 69 64 65 20 20 |c User Guide | 00001250 66 6f 72 20 64 65 74 61 69 6c 73 20 20 20 6f 66 |for details of| 00001260 20 20 64 69 72 65 63 74 6f 72 69 65 73 29 2e 20 | directories). | 00001270 20 20 20 41 74 0d 0a 73 6f 6d 65 20 20 66 75 74 | At..some fut| 00001280 75 72 65 20 20 74 69 6d 65 2c 20 20 74 68 65 20 |ure time, the | 00001290 6d 61 67 61 7a 69 6e 65 20 20 20 45 58 41 4d 50 |magazine EXAMP| 000012a0 4c 45 20 20 6d 61 79 20 62 65 20 72 65 63 61 6c |LE may be recal| 000012b0 6c 65 64 0d 0a 62 79 2c 20 66 69 72 73 74 20 70 |led..by, first p| 000012c0 75 74 74 69 6e 67 20 74 68 65 20 64 69 73 63 20 |utting the disc | 000012d0 63 6f 6e 74 61 69 6e 69 6e 67 20 74 68 65 20 20 |containing the | 000012e0 6d 61 67 61 7a 69 6e 65 20 20 69 6e 20 20 74 68 |magazine in th| 000012f0 65 0d 0a 64 69 73 63 20 20 64 72 69 76 65 2c 20 |e..disc drive, | 00001300 74 68 65 6e 20 74 79 70 69 6e 67 3a 0d 0a 0d 0a |then typing:....| 00001310 4c 4f 41 44 20 20 45 58 41 4d 50 4c 45 20 5b 52 |LOAD EXAMPLE [R| 00001320 45 54 5d 0d 0a 0d 0a 54 79 70 69 6e 67 20 20 4d |ET]....Typing M| 00001330 41 47 20 6e 65 78 74 20 77 69 6c 6c 20 73 68 6f |AG next will sho| 00001340 77 20 74 68 65 20 63 6f 6e 74 65 6e 74 73 20 6f |w the contents o| 00001350 66 20 74 68 65 20 6d 61 67 61 7a 69 6e 65 20 6a |f the magazine j| 00001360 75 73 74 0d 0a 6c 6f 61 64 65 64 2e 20 48 61 76 |ust..loaded. Hav| 00001370 69 6e 67 20 20 6e 6f 77 20 20 6c 6f 61 64 65 64 |ing now loaded| 00001380 20 20 74 68 65 20 6d 61 67 61 7a 69 6e 65 2c 20 | the magazine, | 00001390 69 74 20 69 73 20 70 6f 73 73 69 62 6c 65 20 74 |it is possible t| 000013a0 6f 0d 0a 64 69 73 70 6c 61 79 20 74 68 65 6d 20 |o..display them | 000013b0 69 6e 20 72 6f 74 61 74 69 6f 6e 20 69 6e 20 20 |in rotation in | 000013c0 61 20 20 43 41 52 4f 55 53 45 4c 2e 20 42 79 20 |a CAROUSEL. By | 000013d0 74 79 70 69 6e 67 20 43 41 52 4f 55 53 45 4c 0d |typing CAROUSEL.| 000013e0 0a 6f 6e 20 74 68 65 20 63 6f 6d 6d 61 6e 64 20 |.on the command | 000013f0 6c 69 6e 65 2c 20 74 68 65 20 63 6f 6d 6d 61 6e |line, the comman| 00001400 64 20 6c 69 6e 65 20 20 77 69 6c 6c 20 20 64 69 |d line will di| 00001410 73 61 70 70 65 61 72 20 61 6e 64 20 61 0d 0a 22 |sappear and a.."| 00001420 68 65 61 64 65 72 20 20 72 6f 77 22 20 61 70 70 |header row" app| 00001430 65 61 72 73 20 6f 6e 20 74 68 65 20 74 6f 70 20 |ears on the top | 00001440 6c 69 6e 65 2e 20 55 6e 6c 65 73 73 20 74 68 65 |line. Unless the| 00001450 20 20 64 61 74 65 20 20 61 6e 64 0d 0a 74 69 6d | date and..tim| 00001460 65 20 68 61 76 65 20 20 62 65 65 6e 20 20 73 65 |e have been se| 00001470 74 20 70 72 65 76 69 6f 75 73 6c 79 2c 20 74 68 |t previously, th| 00001480 65 72 65 20 77 69 6c 6c 20 62 65 20 61 20 62 6c |ere will be a bl| 00001490 61 6e 6b 20 73 70 61 63 65 0d 0a 66 6f 6c 6c 6f |ank space..follo| 000014a0 77 65 64 20 62 79 20 74 68 65 20 77 72 6f 6e 67 |wed by the wrong| 000014b0 20 20 74 69 6d 65 2e 20 54 68 65 73 65 20 63 61 | time. These ca| 000014c0 6e 20 62 6f 74 68 20 62 65 20 73 65 74 20 75 73 |n both be set us| 000014d0 69 6e 67 20 74 68 65 0d 0a 54 49 4d 45 20 63 6f |ing the..TIME co| 000014e0 6d 6d 61 6e 64 2e 20 54 77 6f 20 64 69 73 70 6c |mmand. Two displ| 000014f0 61 79 20 73 70 65 65 64 73 20 61 72 65 20 61 76 |ay speeds are av| 00001500 61 69 6c 61 62 6c 65 20 61 6e 64 20 74 68 65 73 |ailable and thes| 00001510 65 20 6d 61 79 0d 0a 62 65 20 73 65 74 20 74 6f |e may..be set to| 00001520 20 61 6e 79 74 68 69 6e 67 20 62 65 74 77 65 65 | anything betwee| 00001530 6e 20 20 31 20 20 61 6e 64 20 20 39 39 20 73 65 |n 1 and 99 se| 00001540 63 6f 6e 64 73 2e 20 53 65 65 20 43 41 52 4f 55 |conds. See CAROU| 00001550 53 45 4c 0d 0a 66 6f 72 20 20 6d 6f 72 65 20 20 |SEL..for more | 00001560 64 65 74 61 69 6c 73 2e 20 20 59 6f 75 20 20 73 |details. You s| 00001570 68 6f 75 6c 64 20 20 6e 6f 77 20 20 62 65 20 20 |hould now be | 00001580 61 62 6c 65 20 20 74 6f 20 20 22 64 72 69 76 65 |able to "drive| 00001590 22 0d 0a 56 69 64 69 45 64 69 74 6f 72 20 69 6e |"..VidiEditor in| 000015a0 20 61 20 6c 69 6d 69 74 65 64 20 66 6f 72 6d 2e | a limited form.| 000015b0 0d 0a 0d 0a 54 68 65 20 66 6f 6c 6c 6f 77 69 6e |....The followin| 000015c0 67 20 73 65 63 74 69 6f 6e 20 64 65 61 6c 73 20 |g section deals | 000015d0 77 69 74 68 20 65 61 63 68 20 63 6f 6d 6d 61 6e |with each comman| 000015e0 64 20 69 6e 20 74 75 72 6e 2e 0d 0a |d in turn...| 000015ec