Home » Recent acquisitions » Acorn ADFS disks » adfs_ArchimedesWorld_199403.adf » Disk1Mar94 » !AWMar94/Goodies/Edit+Up/!Edit+/Printers/PW-1080
!AWMar94/Goodies/Edit+Up/!Edit+/Printers/PW-1080
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 » Recent acquisitions » Acorn ADFS disks » adfs_ArchimedesWorld_199403.adf » Disk1Mar94 |
Filename: | !AWMar94/Goodies/Edit+Up/!Edit+/Printers/PW-1080 |
Read OK: | ✔ |
File size: | 0C37 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
\ This is an example config file for an CANON PW-1081 OR 1081 printer \ Any line beginning with a backslash or any text on a line \ after a backslash will be ignored so you can insert comments ICONLEFT \ This will make the icon appear on the left \ If this command isn't included it will be on the right \ Note that this command and the words IMMED, STYLES and TRANSLATE must \ be in upper case. \ This creates the Immediate Code menu. The first word on the line is the \ name that will appear on the menu. After that are the codes that will \ be sent to the printer when you click on that item. There must be more \ than 12 characters between the start of the line and the codes. \ Printer codes can be entered as decimal or hex numbers or as ascii \ characters enclosed in double or single quotes. The lower case letter e \ when NOT in quotes is interpretted as the Escape character (ascii 27). \ Numbers beginning with 0 or & or the UPPER CASE letters A to F are taken \ as hex. Codes should be separated by commas or spaces. IMMED Reset e,"@" Form feed 12 Elite e,"M" Pica e,"P" Condensed 15 NLQ on e,"(" NLQ off e,"P" \ This creates the 'Styles' menu window. Again the first item is the name \ that will appear on the menu. The second item is the ascii character \ that will be inserted into the text when the item is selected. This \ can be the ascii number or the actual character enclosed in quotes. \ After that comes the string of codes that will be sent to the printer \ when the character is found during printing. \ If the first character on a line is '>' then instead of the item on \ that line appearing below the previous item it will be on the same line \ but to the RIGHT of the previous item. This enables 'start' and 'stop' \ codes to appear side by side if you prefer them that way. STYLES Start Bold "�" 27,"E" > End Bold "�" 27,"F" Start U/line "�" 27,"_","1" > End U/line "�" 27,"_","0" Start italic "�" 27,"4" > End italic "�" 27,"5" Superscript "�" 27,"S",0 > Subscript "�" 27,"S",1 Sub/Sup off "�" 27,"T" Pica "�" e,"P" Elite "�" e,"M" \ This creates the character translation table. The first item is the \ character, after that comes the code(s) or character(s) that will be \ substituted during printing. You can switch the whole 255 ASCII codes \ if you wish, except for the ones used by Edit plus for itself. TRANSLATE "�" e,"R",3,"#",e,"R",0 160 " " \ When the pound character is found this will switch an Epson compatible \ printer to UK character set, print the '#' character which will appear \ as a pound, and switch back to US character set again. The second item \ will print character 160 (ALT-SPACE) as a normal space so that you can \ use it to stop words being split by wordwrap in Edit \ Note that this section uses the same table for substitution as the \ Styles menu so make sure the characters don't clash.
00000000 5c 20 20 20 54 68 69 73 20 69 73 20 61 6e 20 65 |\ This is an e| 00000010 78 61 6d 70 6c 65 20 63 6f 6e 66 69 67 20 66 69 |xample config fi| 00000020 6c 65 20 66 6f 72 20 61 6e 20 43 41 4e 4f 4e 20 |le for an CANON | 00000030 50 57 2d 31 30 38 31 20 4f 52 20 31 30 38 31 20 |PW-1081 OR 1081 | 00000040 70 72 69 6e 74 65 72 0a 0a 5c 20 20 20 41 6e 79 |printer..\ Any| 00000050 20 6c 69 6e 65 20 62 65 67 69 6e 6e 69 6e 67 20 | line beginning | 00000060 77 69 74 68 20 61 20 62 61 63 6b 73 6c 61 73 68 |with a backslash| 00000070 20 6f 72 20 61 6e 79 20 74 65 78 74 20 6f 6e 20 | or any text on | 00000080 61 20 6c 69 6e 65 0a 5c 20 20 20 61 66 74 65 72 |a line.\ after| 00000090 20 61 20 62 61 63 6b 73 6c 61 73 68 20 77 69 6c | a backslash wil| 000000a0 6c 20 62 65 20 69 67 6e 6f 72 65 64 20 73 6f 20 |l be ignored so | 000000b0 79 6f 75 20 63 61 6e 20 69 6e 73 65 72 74 20 63 |you can insert c| 000000c0 6f 6d 6d 65 6e 74 73 0a 0a 0a 0a 49 43 4f 4e 4c |omments....ICONL| 000000d0 45 46 54 20 20 20 20 20 20 20 20 5c 20 54 68 69 |EFT \ Thi| 000000e0 73 20 77 69 6c 6c 20 6d 61 6b 65 20 74 68 65 20 |s will make the | 000000f0 69 63 6f 6e 20 61 70 70 65 61 72 20 6f 6e 20 74 |icon appear on t| 00000100 68 65 20 6c 65 66 74 0a 20 20 20 20 20 20 20 20 |he left. | 00000110 20 20 20 20 20 20 20 20 5c 20 49 66 20 74 68 69 | \ If thi| 00000120 73 20 63 6f 6d 6d 61 6e 64 20 69 73 6e 27 74 20 |s command isn't | 00000130 69 6e 63 6c 75 64 65 64 20 69 74 20 77 69 6c 6c |included it will| 00000140 20 62 65 20 6f 6e 20 74 68 65 20 72 69 67 68 74 | be on the right| 00000150 0a 0a 0a 5c 20 4e 6f 74 65 20 74 68 61 74 20 74 |...\ Note that t| 00000160 68 69 73 20 63 6f 6d 6d 61 6e 64 20 61 6e 64 20 |his command and | 00000170 74 68 65 20 77 6f 72 64 73 20 49 4d 4d 45 44 2c |the words IMMED,| 00000180 20 53 54 59 4c 45 53 20 61 6e 64 20 54 52 41 4e | STYLES and TRAN| 00000190 53 4c 41 54 45 20 6d 75 73 74 0a 5c 20 62 65 20 |SLATE must.\ be | 000001a0 69 6e 20 75 70 70 65 72 20 63 61 73 65 2e 0a 0a |in upper case...| 000001b0 0a 0a 5c 20 54 68 69 73 20 63 72 65 61 74 65 73 |..\ This creates| 000001c0 20 74 68 65 20 49 6d 6d 65 64 69 61 74 65 20 43 | the Immediate C| 000001d0 6f 64 65 20 6d 65 6e 75 2e 20 54 68 65 20 66 69 |ode menu. The fi| 000001e0 72 73 74 20 77 6f 72 64 20 6f 6e 20 74 68 65 20 |rst word on the | 000001f0 6c 69 6e 65 20 69 73 20 74 68 65 20 0a 5c 20 6e |line is the .\ n| 00000200 61 6d 65 20 74 68 61 74 20 77 69 6c 6c 20 61 70 |ame that will ap| 00000210 70 65 61 72 20 6f 6e 20 74 68 65 20 6d 65 6e 75 |pear on the menu| 00000220 2e 20 41 66 74 65 72 20 74 68 61 74 20 61 72 65 |. After that are| 00000230 20 74 68 65 20 63 6f 64 65 73 20 74 68 61 74 20 | the codes that | 00000240 77 69 6c 6c 0a 5c 20 62 65 20 73 65 6e 74 20 74 |will.\ be sent t| 00000250 6f 20 74 68 65 20 70 72 69 6e 74 65 72 20 77 68 |o the printer wh| 00000260 65 6e 20 79 6f 75 20 63 6c 69 63 6b 20 6f 6e 20 |en you click on | 00000270 74 68 61 74 20 69 74 65 6d 2e 20 54 68 65 72 65 |that item. There| 00000280 20 6d 75 73 74 20 62 65 20 6d 6f 72 65 0a 5c 20 | must be more.\ | 00000290 74 68 61 6e 20 31 32 20 63 68 61 72 61 63 74 65 |than 12 characte| 000002a0 72 73 20 62 65 74 77 65 65 6e 20 74 68 65 20 73 |rs between the s| 000002b0 74 61 72 74 20 6f 66 20 74 68 65 20 6c 69 6e 65 |tart of the line| 000002c0 20 61 6e 64 20 74 68 65 20 63 6f 64 65 73 2e 0a | and the codes..| 000002d0 0a 5c 20 50 72 69 6e 74 65 72 20 63 6f 64 65 73 |.\ Printer codes| 000002e0 20 63 61 6e 20 62 65 20 65 6e 74 65 72 65 64 20 | can be entered | 000002f0 61 73 20 64 65 63 69 6d 61 6c 20 6f 72 20 68 65 |as decimal or he| 00000300 78 20 6e 75 6d 62 65 72 73 20 6f 72 20 61 73 20 |x numbers or as | 00000310 61 73 63 69 69 20 0a 5c 20 63 68 61 72 61 63 74 |ascii .\ charact| 00000320 65 72 73 20 65 6e 63 6c 6f 73 65 64 20 69 6e 20 |ers enclosed in | 00000330 64 6f 75 62 6c 65 20 6f 72 20 73 69 6e 67 6c 65 |double or single| 00000340 20 71 75 6f 74 65 73 2e 20 54 68 65 20 6c 6f 77 | quotes. The low| 00000350 65 72 20 63 61 73 65 20 6c 65 74 74 65 72 20 65 |er case letter e| 00000360 0a 5c 20 77 68 65 6e 20 4e 4f 54 20 69 6e 20 71 |.\ when NOT in q| 00000370 75 6f 74 65 73 20 69 73 20 69 6e 74 65 72 70 72 |uotes is interpr| 00000380 65 74 74 65 64 20 61 73 20 74 68 65 20 45 73 63 |etted as the Esc| 00000390 61 70 65 20 63 68 61 72 61 63 74 65 72 20 28 61 |ape character (a| 000003a0 73 63 69 69 20 32 37 29 2e 0a 5c 20 4e 75 6d 62 |scii 27)..\ Numb| 000003b0 65 72 73 20 62 65 67 69 6e 6e 69 6e 67 20 77 69 |ers beginning wi| 000003c0 74 68 20 30 20 6f 72 20 26 20 6f 72 20 74 68 65 |th 0 or & or the| 000003d0 20 55 50 50 45 52 20 43 41 53 45 20 6c 65 74 74 | UPPER CASE lett| 000003e0 65 72 73 20 41 20 74 6f 20 46 20 61 72 65 20 74 |ers A to F are t| 000003f0 61 6b 65 6e 0a 5c 20 61 73 20 68 65 78 2e 20 43 |aken.\ as hex. C| 00000400 6f 64 65 73 20 73 68 6f 75 6c 64 20 62 65 20 73 |odes should be s| 00000410 65 70 61 72 61 74 65 64 20 62 79 20 63 6f 6d 6d |eparated by comm| 00000420 61 73 20 6f 72 20 73 70 61 63 65 73 2e 0a 0a 49 |as or spaces...I| 00000430 4d 4d 45 44 0a 0a 52 65 73 65 74 20 20 20 20 20 |MMED..Reset | 00000440 20 20 20 20 20 20 65 2c 22 40 22 0a 46 6f 72 6d | e,"@".Form| 00000450 20 66 65 65 64 20 20 20 20 20 20 20 31 32 0a 45 | feed 12.E| 00000460 6c 69 74 65 20 20 20 20 20 20 20 20 20 20 20 65 |lite e| 00000470 2c 22 4d 22 0a 50 69 63 61 20 20 20 20 20 20 20 |,"M".Pica | 00000480 20 20 20 20 20 65 2c 22 50 22 0a 43 6f 6e 64 65 | e,"P".Conde| 00000490 6e 73 65 64 20 20 20 20 20 20 20 31 35 0a 4e 4c |nsed 15.NL| 000004a0 51 20 6f 6e 20 20 20 20 20 20 20 20 20 20 65 2c |Q on e,| 000004b0 22 28 22 0a 4e 4c 51 20 6f 66 66 20 20 20 20 20 |"(".NLQ off | 000004c0 20 20 20 20 65 2c 22 50 22 0a 0a 0a 5c 20 54 68 | e,"P"...\ Th| 000004d0 69 73 20 63 72 65 61 74 65 73 20 74 68 65 20 27 |is creates the '| 000004e0 53 74 79 6c 65 73 27 20 6d 65 6e 75 20 77 69 6e |Styles' menu win| 000004f0 64 6f 77 2e 20 41 67 61 69 6e 20 74 68 65 20 66 |dow. Again the f| 00000500 69 72 73 74 20 69 74 65 6d 20 69 73 20 74 68 65 |irst item is the| 00000510 20 6e 61 6d 65 0a 5c 20 74 68 61 74 20 77 69 6c | name.\ that wil| 00000520 6c 20 61 70 70 65 61 72 20 6f 6e 20 74 68 65 20 |l appear on the | 00000530 6d 65 6e 75 2e 20 54 68 65 20 73 65 63 6f 6e 64 |menu. The second| 00000540 20 69 74 65 6d 20 69 73 20 74 68 65 20 61 73 63 | item is the asc| 00000550 69 69 20 63 68 61 72 61 63 74 65 72 0a 5c 20 74 |ii character.\ t| 00000560 68 61 74 20 77 69 6c 6c 20 62 65 20 69 6e 73 65 |hat will be inse| 00000570 72 74 65 64 20 69 6e 74 6f 20 74 68 65 20 74 65 |rted into the te| 00000580 78 74 20 77 68 65 6e 20 74 68 65 20 69 74 65 6d |xt when the item| 00000590 20 69 73 20 73 65 6c 65 63 74 65 64 2e 20 20 54 | is selected. T| 000005a0 68 69 73 20 0a 5c 20 63 61 6e 20 62 65 20 74 68 |his .\ can be th| 000005b0 65 20 61 73 63 69 69 20 6e 75 6d 62 65 72 20 6f |e ascii number o| 000005c0 72 20 74 68 65 20 61 63 74 75 61 6c 20 63 68 61 |r the actual cha| 000005d0 72 61 63 74 65 72 20 65 6e 63 6c 6f 73 65 64 20 |racter enclosed | 000005e0 69 6e 20 71 75 6f 74 65 73 2e 0a 5c 20 41 66 74 |in quotes..\ Aft| 000005f0 65 72 20 74 68 61 74 20 63 6f 6d 65 73 20 74 68 |er that comes th| 00000600 65 20 73 74 72 69 6e 67 20 6f 66 20 63 6f 64 65 |e string of code| 00000610 73 20 74 68 61 74 20 77 69 6c 6c 20 62 65 20 73 |s that will be s| 00000620 65 6e 74 20 74 6f 20 74 68 65 20 70 72 69 6e 74 |ent to the print| 00000630 65 72 0a 5c 20 77 68 65 6e 20 74 68 65 20 63 68 |er.\ when the ch| 00000640 61 72 61 63 74 65 72 20 69 73 20 66 6f 75 6e 64 |aracter is found| 00000650 20 64 75 72 69 6e 67 20 70 72 69 6e 74 69 6e 67 | during printing| 00000660 2e 0a 5c 20 49 66 20 74 68 65 20 66 69 72 73 74 |..\ If the first| 00000670 20 63 68 61 72 61 63 74 65 72 20 6f 6e 20 61 20 | character on a | 00000680 6c 69 6e 65 20 69 73 20 27 3e 27 20 74 68 65 6e |line is '>' then| 00000690 20 69 6e 73 74 65 61 64 20 6f 66 20 74 68 65 20 | instead of the | 000006a0 69 74 65 6d 20 6f 6e 20 0a 5c 20 74 68 61 74 20 |item on .\ that | 000006b0 6c 69 6e 65 20 61 70 70 65 61 72 69 6e 67 20 62 |line appearing b| 000006c0 65 6c 6f 77 20 74 68 65 20 70 72 65 76 69 6f 75 |elow the previou| 000006d0 73 20 69 74 65 6d 20 69 74 20 77 69 6c 6c 20 62 |s item it will b| 000006e0 65 20 6f 6e 20 74 68 65 20 73 61 6d 65 20 6c 69 |e on the same li| 000006f0 6e 65 0a 5c 20 62 75 74 20 74 6f 20 74 68 65 20 |ne.\ but to the | 00000700 52 49 47 48 54 20 6f 66 20 74 68 65 20 70 72 65 |RIGHT of the pre| 00000710 76 69 6f 75 73 20 69 74 65 6d 2e 20 54 68 69 73 |vious item. This| 00000720 20 65 6e 61 62 6c 65 73 20 27 73 74 61 72 74 27 | enables 'start'| 00000730 20 61 6e 64 20 27 73 74 6f 70 27 0a 5c 20 63 6f | and 'stop'.\ co| 00000740 64 65 73 20 74 6f 20 61 70 70 65 61 72 20 73 69 |des to appear si| 00000750 64 65 20 62 79 20 73 69 64 65 20 69 66 20 79 6f |de by side if yo| 00000760 75 20 70 72 65 66 65 72 20 74 68 65 6d 20 74 68 |u prefer them th| 00000770 61 74 20 77 61 79 2e 0a 0a 53 54 59 4c 45 53 0a |at way...STYLES.| 00000780 0a 20 20 53 74 61 72 74 20 42 6f 6c 64 20 20 20 |. Start Bold | 00000790 20 20 20 20 20 22 c9 22 20 20 20 20 20 32 37 2c | "." 27,| 000007a0 22 45 22 0a 3e 20 45 6e 64 20 42 6f 6c 64 20 20 |"E".> End Bold | 000007b0 20 20 20 20 20 20 20 20 22 c8 22 20 20 20 20 20 | "." | 000007c0 32 37 2c 22 46 22 0a 0a 20 20 53 74 61 72 74 20 |27,"F".. Start | 000007d0 55 2f 6c 69 6e 65 20 20 20 20 20 20 22 da 22 20 |U/line "." | 000007e0 20 20 20 20 32 37 2c 22 5f 22 2c 22 31 22 0a 3e | 27,"_","1".>| 000007f0 20 45 6e 64 20 55 2f 6c 69 6e 65 20 20 20 20 20 | End U/line | 00000800 20 20 20 22 d9 22 20 20 20 20 20 32 37 2c 22 5f | "." 27,"_| 00000810 22 2c 22 30 22 0a 0a 20 20 53 74 61 72 74 20 69 |","0".. Start i| 00000820 74 61 6c 69 63 20 20 20 20 20 20 22 cd 22 20 20 |talic "." | 00000830 20 20 20 32 37 2c 22 34 22 0a 3e 20 45 6e 64 20 | 27,"4".> End | 00000840 69 74 61 6c 69 63 20 20 20 20 20 20 20 20 22 cc |italic ".| 00000850 22 20 20 20 20 20 32 37 2c 22 35 22 0a 0a 20 20 |" 27,"5".. | 00000860 53 75 70 65 72 73 63 72 69 70 74 20 20 20 20 20 |Superscript | 00000870 20 20 22 f3 22 20 20 20 20 20 32 37 2c 22 53 22 | "." 27,"S"| 00000880 2c 30 0a 3e 20 53 75 62 73 63 72 69 70 74 20 20 |,0.> Subscript | 00000890 20 20 20 20 20 20 20 22 f2 22 20 20 20 20 20 32 | "." 2| 000008a0 37 2c 22 53 22 2c 31 0a 20 20 53 75 62 2f 53 75 |7,"S",1. Sub/Su| 000008b0 70 20 6f 66 66 20 20 20 20 20 20 20 22 f4 22 20 |p off "." | 000008c0 20 20 20 20 32 37 2c 22 54 22 0a 0a 20 20 50 69 | 27,"T".. Pi| 000008d0 63 61 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |ca | 000008e0 22 de 22 20 20 20 20 20 65 2c 22 50 22 0a 0a 20 |"." e,"P".. | 000008f0 20 45 6c 69 74 65 20 20 20 20 20 20 20 20 20 20 | Elite | 00000900 20 20 20 22 ca 22 20 20 20 20 20 65 2c 22 4d 22 | "." e,"M"| 00000910 0a 0a 0a 5c 20 54 68 69 73 20 63 72 65 61 74 65 |...\ This create| 00000920 73 20 74 68 65 20 63 68 61 72 61 63 74 65 72 20 |s the character | 00000930 74 72 61 6e 73 6c 61 74 69 6f 6e 20 74 61 62 6c |translation tabl| 00000940 65 2e 20 54 68 65 20 66 69 72 73 74 20 69 74 65 |e. The first ite| 00000950 6d 20 69 73 20 74 68 65 20 0a 5c 20 63 68 61 72 |m is the .\ char| 00000960 61 63 74 65 72 2c 20 61 66 74 65 72 20 74 68 61 |acter, after tha| 00000970 74 20 63 6f 6d 65 73 20 74 68 65 20 63 6f 64 65 |t comes the code| 00000980 28 73 29 20 6f 72 20 63 68 61 72 61 63 74 65 72 |(s) or character| 00000990 28 73 29 20 74 68 61 74 20 77 69 6c 6c 20 62 65 |(s) that will be| 000009a0 0a 5c 20 73 75 62 73 74 69 74 75 74 65 64 20 64 |.\ substituted d| 000009b0 75 72 69 6e 67 20 70 72 69 6e 74 69 6e 67 2e 20 |uring printing. | 000009c0 59 6f 75 20 63 61 6e 20 73 77 69 74 63 68 20 74 |You can switch t| 000009d0 68 65 20 77 68 6f 6c 65 20 32 35 35 20 41 53 43 |he whole 255 ASC| 000009e0 49 49 20 63 6f 64 65 73 0a 5c 20 69 66 20 79 6f |II codes.\ if yo| 000009f0 75 20 77 69 73 68 2c 20 65 78 63 65 70 74 20 66 |u wish, except f| 00000a00 6f 72 20 74 68 65 20 6f 6e 65 73 20 75 73 65 64 |or the ones used| 00000a10 20 62 79 20 45 64 69 74 20 70 6c 75 73 20 66 6f | by Edit plus fo| 00000a20 72 20 69 74 73 65 6c 66 2e 0a 0a 54 52 41 4e 53 |r itself...TRANS| 00000a30 4c 41 54 45 0a 0a 22 a3 22 20 20 20 20 65 2c 22 |LATE.."." e,"| 00000a40 52 22 2c 33 2c 22 23 22 2c 65 2c 22 52 22 2c 30 |R",3,"#",e,"R",0| 00000a50 0a 31 36 30 20 20 20 20 22 20 22 0a 0a 5c 20 57 |.160 " "..\ W| 00000a60 68 65 6e 20 74 68 65 20 70 6f 75 6e 64 20 63 68 |hen the pound ch| 00000a70 61 72 61 63 74 65 72 20 69 73 20 66 6f 75 6e 64 |aracter is found| 00000a80 20 74 68 69 73 20 77 69 6c 6c 20 73 77 69 74 63 | this will switc| 00000a90 68 20 61 6e 20 45 70 73 6f 6e 20 63 6f 6d 70 61 |h an Epson compa| 00000aa0 74 69 62 6c 65 0a 5c 20 70 72 69 6e 74 65 72 20 |tible.\ printer | 00000ab0 74 6f 20 55 4b 20 63 68 61 72 61 63 74 65 72 20 |to UK character | 00000ac0 73 65 74 2c 20 70 72 69 6e 74 20 74 68 65 20 27 |set, print the '| 00000ad0 23 27 20 63 68 61 72 61 63 74 65 72 20 77 68 69 |#' character whi| 00000ae0 63 68 20 77 69 6c 6c 20 61 70 70 65 61 72 20 0a |ch will appear .| 00000af0 5c 20 61 73 20 61 20 70 6f 75 6e 64 2c 20 61 6e |\ as a pound, an| 00000b00 64 20 73 77 69 74 63 68 20 62 61 63 6b 20 74 6f |d switch back to| 00000b10 20 55 53 20 63 68 61 72 61 63 74 65 72 20 73 65 | US character se| 00000b20 74 20 61 67 61 69 6e 2e 20 54 68 65 20 73 65 63 |t again. The sec| 00000b30 6f 6e 64 20 69 74 65 6d 0a 5c 20 77 69 6c 6c 20 |ond item.\ will | 00000b40 70 72 69 6e 74 20 63 68 61 72 61 63 74 65 72 20 |print character | 00000b50 31 36 30 20 28 41 4c 54 2d 53 50 41 43 45 29 20 |160 (ALT-SPACE) | 00000b60 61 73 20 61 20 6e 6f 72 6d 61 6c 20 73 70 61 63 |as a normal spac| 00000b70 65 20 73 6f 20 74 68 61 74 20 79 6f 75 20 63 61 |e so that you ca| 00000b80 6e 0a 5c 20 75 73 65 20 69 74 20 74 6f 20 73 74 |n.\ use it to st| 00000b90 6f 70 20 77 6f 72 64 73 20 62 65 69 6e 67 20 73 |op words being s| 00000ba0 70 6c 69 74 20 62 79 20 77 6f 72 64 77 72 61 70 |plit by wordwrap| 00000bb0 20 69 6e 20 45 64 69 74 0a 0a 5c 20 4e 6f 74 65 | in Edit..\ Note| 00000bc0 20 74 68 61 74 20 74 68 69 73 20 73 65 63 74 69 | that this secti| 00000bd0 6f 6e 20 75 73 65 73 20 74 68 65 20 73 61 6d 65 |on uses the same| 00000be0 20 74 61 62 6c 65 20 66 6f 72 20 73 75 62 73 74 | table for subst| 00000bf0 69 74 75 74 69 6f 6e 20 61 73 20 74 68 65 0a 5c |itution as the.\| 00000c00 20 53 74 79 6c 65 73 20 6d 65 6e 75 20 73 6f 20 | Styles menu so | 00000c10 6d 61 6b 65 20 73 75 72 65 20 74 68 65 20 63 68 |make sure the ch| 00000c20 61 72 61 63 74 65 72 73 20 64 6f 6e 27 74 20 63 |aracters don't c| 00000c30 6c 61 73 68 2e 0a 0a |lash...| 00000c37