home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / _pipedream / documents / readme < prev   
Encoding:
Text File  |  1991-05-22  |  17.8 KB  |  1,115 lines

  1. %OP%DFT
  2. %OP%TPK
  3. %OP%TM4
  4. %OP%FM1
  5. %OP%BM1
  6. %OP%LM4
  7. %CO:A,8,72%
  8. %C%%H2%PipeDream 3 for RISC OS
  9.  
  10. %C%© Colton Software, 1989,1990
  11.  
  12.  
  13. Filename: 
  14. %L%Last updated:
  15.  
  16.  
  17. %H2%General
  18.  
  19. This file provides additional information to that in the PipeDream 3 
  20. User Guide.  Topics covered are:
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38. %H2%1. Acorn licence
  39.  
  40. The program !Chars and the modules Clib (the Shared C Library) and 
  41. FPEmulator are owned by and have been provided by Acorn Computers Ltd 
  42. for your use with PipeDream 3.  We would remind you that their use is 
  43. subject to the conditions of the standard Acorn End User Licence 
  44. Agreement as well as the conditions of the PipeDream licence agreement.  
  45. Copies of this are provided with the Archimedes computer and RISC OS or 
  46. can be obtained directly from Acorn.
  47.  
  48. We would like to thank Acorn for its help and cooperation in providing 
  49. these materials for your use.
  50.  
  51.  
  52. %H2%2. Fonts
  53.  
  54. The PipeDream 3 User Guide implies that specifying fonts within your 
  55. text only has effect on the printer and has no effect on the screen.  
  56. This is not the case.  Fonts are also displayed on the screen. 
  57.  
  58. To be able to display or print characters in fonts other than the 
  59. system font (the system font is the one used in the title bar of every 
  60. window) the Archimedes needs to have information about the shapes of 
  61. all the letters.  This information is supplied on disc and is read from 
  62. disc when needed.  The directory !Fonts on Applications Disc 1 contains 
  63. some fonts and others may become available from Acorn or other sources.  
  64.  
  65. To speed up the operation of drawing fonts, RISC OS reduces the number 
  66. of disc accesses by keeping as much font information in memory as it 
  67. can.  The area of memory used for storing fonts is called the font 
  68. cache and you can vary the amount of memory available for the font 
  69. cache in the Task display accessible from the Archimedes 'A' icon bar 
  70. menu.  The memory that you allocate to the font cache becomes 
  71. unavailable to the rest of the system so it is best to keep it small.  
  72. However, if you find that fonts take ages to display because they are 
  73. continually being read from disk you will need to give the font cache a 
  74. little more memory.
  75.  
  76. In order to show RISC OS where to find the directory !Fonts it is 
  77. necessary to catalogue the disc or directory which contains it.  Then, 
  78. whenever RISC OS needs to read more font information, it will 
  79. automatically read it from that disc.
  80.  
  81. The file Readme_f in this directory contains a copy of this document 
  82. formatted in the font Trinity.Medium. Try loading that file into a 
  83. window to compare the text with that in the system font.  If you have a 
  84. dot matrix or laser printer and a suitable RISC OS printer driver, you 
  85. can try printing Readme_f .  You may find that to obtain a reasonable 
  86. speed in the display of fonts you need to allocate a lot of memory to 
  87. the font cache and that to print at a reasonable speed on a dot matrix 
  88. printer you need to allocate a lot of memory to the Module area. 
  89. Printing with RISC OS drivers works best when using version 1.12, or 
  90. later, of the RISC OS printer drivers which should be available from 
  91. your Acorn dealer.  These drivers do not require you to allocate memory 
  92. to the Module area before printing; they will use whatever memory is 
  93. free in the computer.
  94.  
  95.  
  96. %H2%3. Graphics
  97.  
  98. Pictures (in the form of !Draw files) and images (in the form of 
  99. sprites) can be included in PipeDream documents and displayed on the 
  100. screen and printed.  To include a picture, position the caret in a 
  101. blank slot at the top-left of where you would like the picture and then 
  102. drag the picture file from the disc directory into the PipeDream 
  103. window.  The picture should then be drawn in the window.
  104.  
  105. Once inside the PipeDream window the picture can be rescaled.  The 
  106. picture is represented in the PipeDream document as a filename, like 
  107. this
  108.  
  109. @@G:filename@
  110.  
  111. (Note that you should use only a single @@ at the start, a double @@ is 
  112. used in the above slot to display the filename.) 
  113.  
  114. To rescale the picture insert the scale factor after the filename like 
  115. this
  116.  
  117. @@G:filename,70@
  118.  
  119. This would rescale the picture to 70%PC% of its original size.  To delete 
  120. the picture, move the caret onto the slot containing the reference and 
  121. delete the reference.  To move the picture, delete the reference and 
  122. paste it into another slot.
  123.  
  124.  
  125. %H2%5. Highlights in headers and footers
  126.  
  127. Highlights can be inserted into headers and footers (and the title) by 
  128. inserting ^n where n is the highlight number (similar to search and 
  129. replace).  For example ^4 would switch on italics.
  130.  
  131.  
  132. %H2%6. Loading multi-file documents
  133.  
  134. The description given on page 211 of the PipeDream 3 User Guide on 
  135. loading multi-file documents is incorrect.  Sorry!
  136.  
  137. To load a multi-file document drag the list file's icon to the 
  138. PipeDream icon on the icon bar.  This loads the first file of the 
  139. multi-file document into a window. 
  140.  
  141. To load the list file itself for editing click Select on the PipeDream 
  142. icon on the icon bar to open a new empty window and then drag the list 
  143. file's icon into the new empty window.
  144.  
  145.  
  146. %H2%7. Macro files
  147.  
  148. The sample macro file given on page 325 of the PipeDream 3 User Guide 
  149. is incorrect.  It should read
  150.  
  151. \Cdk|i 35 |i "¢" |m                         
  152. \Cdf|i "F1" |i "\R|m" |m                    
  153. \Cdf|i "Shift F2" |i "\CGS |i C3 |m" |m     
  154. \Cdf|i "Ctrl F3" |i "\Q|m\Z|m" |m           
  155. \Cdf|i "Ctrl-Shift F1" |i "\FH|m" |m        
  156.  
  157. Note the different way in which the function keys are specified.  It is 
  158. always easiest to generate macro files using the Record Macro File 
  159. command (Ctrl-FY) which is on the long cursor menu.  Also if you need 
  160. to know the syntax of macro files precisely, use the macro recorder and 
  161. then load the resulting macro file by dragging it to the PipeDream icon 
  162. on the icon bar.
  163.  
  164.  
  165. %H2%8. Printing formulae
  166.  
  167. If you want to print your spreadsheet with the formulae showing rather 
  168. than the resulting values first convert the slots from numeric slots to 
  169. textual slots by using the Number <> Text command (Ctrl-ENT) which is 
  170. available on the long Blocks menu.  After printing you will probably 
  171. want to convert back to numeric slots by using Ctrl-ENT again.
  172.  
  173.  
  174. %H2%9. Z88 Filing System
  175.  
  176. The Z88 Filing System provided on the PipeDream 3 disc enables you to 
  177. connect a Z88 computer to the Archimedes and load files from it and 
  178. save files to it as if it were a disc drive.  In order to do this two 
  179. extra pieces of hardware are required - a Z88-Archimedes lead and the 
  180. PC-LINK EPROM card plugged into the Z88.  Both of these components are 
  181. available separately from Colton Software.
  182.  
  183. To use the Z88 filing system, double-click Select on the Z88 icon on 
  184. the PipeDream 3 disc.  The Z88 Filing System will load and install its 
  185. icon on the icon bar.  Ensure that the lead is connected securely to 
  186. both computers and that the PC-LINK EPROM card is inserted and running 
  187. in the Z88. Now click Select on the Z88 icon on the icon bar.  A 
  188. directory viewer should appear showing the devices available on the 
  189. Z88.  Click Select on one of the devices and a directory viewer will 
  190. appear showing the files and directories currently in the device.  
  191.  
  192. If you receive the message "Failed to synchronise with the Z88 (Is 
  193. PC-LINK running on the Z88?)" check that the lead is connected securely 
  194. in both computers, and that the PC-LINK EPROM is correctly inserted and 
  195. running in the Z88.  (To start PC-LINK press []L (square L) on the 
  196. Z88.)
  197.  
  198. With the Z88 Filing System running you can copy files between a 
  199. directory on an Archimedes disk and a directory in the Z88.  You can 
  200. create selections in directories on both the Z88 and Archimedes and 
  201. copy the selections.  You can also copy files from the Z88 to PipeDream 
  202. 3 running on the Archimedes either by dragging the file to the 
  203. PipeDream 3 icon on the icon bar to load the file, or by dragging the 
  204. file into a PipeDream window to insert it into another document.  
  205. Similarly you can save a file from PipeDream 3 to the Z88 by dragging 
  206. the file icon from the Save dialog box to the Z88 directory viewer.
  207.  
  208. You can also drag files from the Z88 to other, but not all, 
  209. applications.  For example you can load files from the Z88 straight 
  210. into Edit by dragging files in a similar way to that described above 
  211. for PipeDream 3.  Some applications will not be able to load or save 
  212. Z88 files directly and the data will be corrupted when it is displayed 
  213. in the application's window.  Of course, you can copy the file into a 
  214. directory on an Archimedes disc first, and then load it into the 
  215. application.  (For the technically minded, this is because the PC-LINK 
  216. EPROM does not support random access, just sequential access.)
  217.  
  218. Not all of the filing system operations are supported by the Z88 Filing 
  219. System.  You cannot use the Access, Delete or Rename commands on the 
  220. Filer Selection sub-menu to operate on Z88 files.  Neither can you 
  221. create directories on the Z88 from the Archimedes; you must do this on 
  222. the Z88 itself, using its own Filing System.
  223.  
  224.  
  225. %H2%10. Printer Drivers
  226.  
  227. Four PipeDream printer drivers are provided.  These are %H2%fx80%H2% for Epson 
  228. compatible dot matrix printers, %H2%juki%H2% for daisywheel printers, %H2%HPjet%H2% for 
  229. Hewlett-Packard Laserjet and compatible printers and BJ10 for Canon 
  230. BJ10 and compatible printers.  They are in directory !PipeDream (which 
  231. you can open by pressing Shift whilst double-clicking on !PipeDream).
  232.  
  233. These drivers are for PipeDream type printing only.  For RISC OS type 
  234. printing use the appropriate driver available from the Application disc 
  235. or RISC OS Extras disc.
  236.  
  237.  
  238. %L%%H2%11. Printing with RISC OS printer drivers from 1Mbyte computers
  239.  
  240. A number of people have asked how to print using the "fancy fonts" and 
  241. the RISC OS printer drivers on dot matrix printers from an Archimedes 
  242. having only 1Mbyte of memory.  
  243.  
  244. The general problem is that optimal use of RISC OS requires more than 
  245. 1Mbyte of RAM.  This is true not just for usage of PipeDream but also 
  246. true for usage of most other Archimedes applications.  1Mbyte is 
  247. generally sufficient for a single application to run but expectations 
  248. constantly rise about fonts, screen and printer resolutions and 
  249. document sizes, and it also desirable to have several applications 
  250. running together now that applications are starting to communicate 
  251. between themselves intelligently.  Currently 2Mbytes is fine for most 
  252. users, enabling several applications to be run concurrently, with many 
  253. documents loaded, and generous caches for fonts and printer drivers and 
  254. so on.  Given past trends it may be expected that some time in the 
  255. future 2Mbytes will seem cramped and 4Mbytes or even more will become 
  256. the norm.  Decisions about upgrading are subjective and depend upon 
  257. need and finance but, at present, much more can be done in 2Mbytes than 
  258. 1Mbyte.  After loading PipeDream 3 you can expect 250K free on a 1Mbyte 
  259. computer or 1,250K free on a 2Mbyte computer.  Note that memory for a 
  260. font cache and a RISC OS printer driver has to be allocated from this 
  261. area.  Remember that using the system font on screen and PipeDream 
  262. printer drivers  to print does not require any font cache or extra 
  263. memory for a printer driver.
  264.  
  265. We recommend you use PrinterDM 1.12, or later, which is available on 
  266. the RISC OS Extras Disc and FontManager 2.42, or later, together with 
  267. the outline fonts which are available on the Acorn Fonts disc or from 
  268. Acorn Desktop Publisher.  All of these should be available from your 
  269. Acorn dealer.
  270.  
  271. The key to printing with RISC OS drivers is to have memory free for the 
  272. driver to use as a buffer.  The more memory the faster the print.
  273.  
  274. A reasonable configuration for your computer is as follows.  Perform
  275.  
  276.  
  277.  
  278.  
  279.  
  280. and then do a Ctrl-Reset.  Your memory allocation in the task display 
  281. should now be  approximately:
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289. Next, catalogue the disc containing !Fonts and then load PipeDream onto 
  290. the icon bar.  Version 3.07 of PipeDream requires 432K and there should 
  291. now be about 160K free.  Load PrinterDM onto the icon bar, select the 
  292. appropriate printer type and then select Quit on PrinterDM's menu.  
  293. There should now be about 128K free.  Load/create your document and 
  294. print.
  295.  
  296. Extra memory can be recovered by unplugging the Percussion, Stringlib, 
  297. Wavesynth,  SoundChannels and SoundDMA modules which yields about 24K.  
  298. Printing in modes 0 or 1 will free a further 56K for the driver buffer.  
  299. Printing sprites is best done in mode 1.
  300.  
  301.  
  302. %H2%12. New features in PipeDream 3.07
  303.  
  304. %H1%Print scaling%H1%  A new option in the print dialog box enables you to 
  305. specify the size of print to be used.  Note that this only works with 
  306. the RISC OS printer drivers.
  307.  
  308. %H1%Grid printing%H1%  The grid can now be printed.  The print is not quite as 
  309. slick as the screen display as vertical lines are drawn through 
  310. overlapping text.  However printing numerical documents with the grid 
  311. can make a vast difference to the presentation.
  312.  
  313. %H1%Editing in fonts%H1%  If you have a printer font selected the current line 
  314. is also now displayed on the screen in that font.  If you find that 
  315. your monitor is not of a sufficiently high resolution for the editing 
  316. to be readable use the system font for editing and switch to your 
  317. favoured font before printing.
  318.  
  319. %H1%Caret colour%H1%  The colour of the caret can now be changed in the colours 
  320. dialog box.
  321.  
  322. %H1%Saving%H1%  Clicking Select on Save in the Files menu will now cause 
  323. PipeDream to save the file without prompting with a dialog box if it 
  324. can.  If the filename is ambiguous (ie there is no directory path) 
  325. PipeDream will put up a dialog box in the usual way.  This is a feature 
  326. of RISC OS and gives you the option of repeated saving with or without 
  327. changing the filename and with a minimum of mouse operations.  (On 
  328. other systems these are known as "Save..." and "Save as...".
  329.  
  330. %H1%Define command  (Ctrl CDC)%H1%
  331.  
  332. Define Command enables you to redefine the Ctrl key sequences.  For 
  333. example if you wanted Ctrl-C to perform a Copy Block command you would 
  334. specify
  335.  
  336.  Command to define:  C
  337.  Define as:          BC
  338.  
  339. Think carefully before redefining the Ctrl sequences in this way.  
  340. Remember that PipeDream uses the letters F E L P B C and S as the first 
  341. character of multiple commands and so if you redefine any of these you 
  342. will be affecting a lot of commands.
  343.  
  344.  
  345. %H2%13. New features in PipeDream 3.10
  346.  
  347. %H1%Border colour%H1%  The current row and column borders can be drawn in a 
  348. different colour to help the eye find the current slot more easily.  
  349. This colour can be set in the colours dialog box.
  350.  
  351. %H1%Overlaying pictures%H1%  Graphics files in Draw format can now be overlaid 
  352. by text in PipeDream.  An example of this is Whatif which is provided 
  353. in the examples.  In this example boxes have been created in !Draw and 
  354. these are used to highlight slots in PipeDream.  This feature is very 
  355. good for creating form templates.
  356.  
  357. %H1%Slot references%H1%  Slot references can now be put into header and footer 
  358. fields.  (Highlights can also be used in headers, footers, searching 
  359. and leading and trailing character fields; use ^1 to ^8 to specify 
  360. highlight 1 to highlight 8.) 
  361.  
  362. %H2%14. New features in PipeDream 3.12
  363.  
  364. %H1%International Spelling Checker%H1% The spelling checker can now cope with 
  365. characters other than A-Z, hyphen and apostrophe.  The list of 
  366. characters, sorting sequences and endings is given in a file in 
  367. !PipeDream.Dictdefn.  There is one file for each type of dictionary.  
  368. We recommend that you do not try to modify these files and support may 
  369. not be given for problems that occur if you do.
  370.  
  371. When creating a user dictionary there is a new option in the Create 
  372. User Dictionary dialog box for you to specify a type of dictionary.  
  373. This is taken from the files in Dictdefn.  Normally you would just 
  374. leave it set to English.
  375.  
  376. A new command (User Dictionary Options - Ctrl-SQ) has been added to 
  377. enable you to make user dictionaries read-only.  This prevents you 
  378. adding new words to the dictionary.  It is of most use to Econet users 
  379. who can now have read-only user dictionaries accessable by multiple 
  380. users.
  381.  
  382. %H1%DTP Export
  383.  
  384. A new DTP Export has been written and can be accessed from the Save 
  385. dialog box.  The old DTP Export has been renamed as FWP export.  The 
  386. new exporter exports paragraphs and tabular data more appropriately
  387. for Acorn DTP than before as Acorn DTP does not cope very well with 
  388. paragraphs and tabular data in First Word Plus files.
  389.  
  390. %H2%15. Known problem with printing
  391.  
  392. PipeDream is unable to correctly print multi-file documents with 
  393. many RISC OS printer drivers.  PrinterPS works ok, as do the newer
  394. versions (1.12 upwards) of PrinterDM and LJ if enough memory is 
  395. available for a full page buffer.
  396. %CO:B,8,64%
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  1. Acorn licence
  412.  2. Fonts
  413.  3. Graphics
  414.  4. 
  415.  5. Highlights in headers and footers
  416.  6. Loading multi-file documents
  417.  7. Macro files
  418.  8. Printing formulae
  419.  9. Z88 Filing System
  420.  10. Printer Drivers
  421.  11. Printing with RISC OS printer drivers from 1Mbyte computers
  422.  12. New features in PipeDream 3.07
  423.  13. New features in PipeDream 3.10
  424.  14. New features in PipeDream 3.12
  425.  15. Known problem with printing
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665. *configure spritesize 0
  666. *configure fontcache 48K
  667. *unplug SoundScheduler
  668.  
  669.  
  670.  
  671.  
  672. Next+Free
  673. Screen memory
  674. System heap
  675. Module area
  676. Font cache
  677. %CO:C,8,56%
  678.  
  679.  
  680.  
  681.  
  682.  
  683. %L%$.Documents.Readme
  684. 6 September 1990
  685. %CO:D,8,48%
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961. %V%%R%%TC%%D0%720
  962. %V%%R%%TC%%D0%80
  963. %V%%R%%TC%%D0%16
  964. %V%%R%%TC%%D0%96
  965. %V%%R%%TC%%D0%48
  966. %CO:E,8,40%%CO:F,8,32%%CO:G,8,24%
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066.  
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078.  
  1079.  
  1080.  
  1081.  
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  Define key
  1111.  Define function key
  1112.  Define function key
  1113.  Define function key
  1114.  Define function key
  1115. %CO:H,8,16%%CO:I,8,8%