home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / TSCRPT30.ZIP / HELP.HLP next >
Encoding:
Text File  |  1980-01-01  |  11.8 KB  |  160 lines

  1.                                                                                
  2.                       ╔═══════════════════════════╗                            
  3.                       ║   Turbo Script Help File  ║                            
  4.                       ║                           ║                            
  5.                       ║   (c) By Kevin Menningen  ║                            
  6.                       ╚═══════════════════════════╝                            
  7.                                                                                
  8.                                                                                
  9.     This is Turbo Script, a word processor developed originally by Kevin
  10. Menningen.  This processor was initially developed on an 128k IBM PCjr, and   
  11. for this reason, it may not work on 64k systems.  The following keyboard       
  12. functions and their applications are listed below:                             
  13.                                                                                
  14.     Tab - Moves cursor to next tab position                                    
  15.     Shift Tab(BackTab) - Moves cursor to previous tab position                 
  16.     Cursor Up, Down, Right, Left - Moves cursor to desired position            
  17.     Backspace - Deletes character to the left of cursor.  If you are at       
  18.                 column 1, and the line you are currently on can be added to    
  19.                 the end of the line above, the two lines will be "Pasted".  A  
  20.                 low tone will sound to signal that you have "Pasted".  This    
  21.                 is exactly opposite to the "Cut" feature.  See Enter below.   
  22.     Del - Deletes character under cursor                                       
  23.     Ins - Toggles Insert Mode on/off                                           
  24.     Fn/Home - Moves cursor to beginning of line                                
  25.     Fn/End - Moves cursor to end of line                                       
  26.     Ctrl-Fn/Home - Erases memory and resets processor                          
  27.     Ctrl-Fn/End - Erases from cursor to the end of the line                    
  28.     Fn/PgUp - Pages to previous page                                           
  29.     Fn/PgDn - Pages to next page                                               
  30.     Ctrl-PgUp - Moves cursor to previous word                                  
  31.     Ctrl-PgDn - Moves cursor to next word                                      
  32.     Esc - Erases the current line                                              
  33.     Ctrl-Fn/PgUp - Moves to beginning of file                                  
  34.     Ctrl-Fn/PgDn - Moves to end of file                                       
  35.     Enter - Ends line and begins a new one.  If you are in Insert Mode (when  
  36.             the cursor is big), the Enter key will insert a new line. If the   
  37.             cursor is in the middle of some text, that line will be "Cut", and 
  38.             the portion of text from the cursor position to the end of the    
  39.             line will be put on the new line.  A high tone will sound to tell 
  40.             you that you have "Cut" the line.  See Backspace above             
  41.                                                                                
  42.     Alt-A - ASCII.  This will allow you to enter any ASCII character into the  
  43.             word processor. The program will first ask you for the code number 
  44.             and then it will ask you for the number of times you want that    
  45.             code to be repeated.  This allows you to send characters to the   
  46.             printer for special control codes or for making a border or       
  47.             design around your text.                                          
  48.                                                                                
  49.     Alt-U - Undo.  This feature will allow you to "take back" any editing or   
  50.             changes you have made on a line.  The Undo feature is limited to   
  51.             the line you are currently editing.  If you move to any other line 
  52.             in any way, you will not be able to Undo that line.                
  53.                                                                                
  54.     Alt-M - Merge file.  When this command is selected, you will be prompted  
  55.             just like Load File (F9, below).  Assuming that the two files      
  56.             together have less than 500 lines, the file that you entered will 
  57.             be merged with the first work file AT THE CURSOR POSITION in your  
  58.             text.                                                             
  59.                                                                                
  60. The following list describes the usage of the ten function keys:               
  61.                                                                                
  62.     F1 - Help.  Displays a list of all the commands and editing keywords       
  63.          that apply to the processor.                                          
  64.                                                                                
  65.     F2 - Search / Replace.  Allows you to search and/or replace any string     
  66.          embedded within the text.  It is menu driven, and basically self-     
  67.          explanatory.  It should be noted, though, that pressing Esc at any    
  68.          time during this function will end the search or replace session.     
  69.                                                                                
  70.     F3 - Tab Menu.  Allows you to set, clear or purge (Clear all tabs) the     
  71.          tab settings.  If you choose set, a tab will be set at the position   
  72.          of the cursor at the time you pressed F3.  If you choose clear, the   
  73.          tab position(if any) at the cursor when you pressed F3 will be        
  74.          cleared.  Purge will clear all tab stops.                             
  75.                                                                                
  76.     F4 - Title.  Marks that line so that when the file is printed, you will    
  77.          be prompted for a title, and it will be made boldface and double      
  78.          width.  You must erase this function if you have a daisy wheel or     
  79.          other type of letter quality printer.                                 
  80.  
  81.     F5 - DOS menu.  Allows you to print a directory of the disk, delete files, 
  82.          rename files, copy files, and exit to DOS.                            
  83.  
  84.     F6 - InsLine.  Just like its Turbo counterpart, this will insert a single
  85.          line at the cursor position.  All the lines below it on the screen
  86.          will be scrolled downward.
  87.  
  88.     F7 - DelLine.  Like its Turbo counterpart, too, this will delete the line
  89.          at the cursor position.  All the lines below that line will be
  90.          scrolled up on line.
  91.  
  92.     F8 - Print.  Prints the current file on the LST: device.  Is menu driven
  93.          and you may set the top, left and right margins.  Any command code
  94.          that does not work on your printer you may delete or change to your
  95.          needs.   
  96.  
  97.     F9 - Load.  Loads the file under the name given.  The name is entered by
  98.          a unique subroutine that works in a way different from normal input.
  99.          It gives you eight dashes, a period, and three more dashes.  When
  100.          you press any key, the character that was entered fills one of the
  101.          dashes, in succession.  If you press the space bar, the cursor is
  102.          moved to the beginning of the extension part, and all spaces between
  103.          are deleted.  If you press enter without specifying an extension, a
  104.          default extension of '.FIL' is added.  Avoid using an '-' within
  105.          your filename, as it tells the subroutine to delete spaces in your
  106.          filename.  The current file is erased and replaced by the new one.
  107.          At ANY time when you enter the file name to load, if you press the   
  108.          '?', a directory window will pop up and give you the disk directory.  
  109.          This is the same at any time when you type in the name of a file      
  110.          with Load, Save, DOS Menu or Merge.  The proper window will be        
  111.          moved to one side so that you can see the directory and type the      
  112.          name of the file in at the same time.                                 
  113.                                                                                
  114.    F10 - Save.  Saves the current file under the name given.  The name is
  115.          entered by the same method as Load.
  116.                                                                                
  117.      A few words on Turbo Script.  This processor has a maximum capacity of    
  118. 500 lines of text.  Do not exceed this, or the system will probably crash.     
  119. This shouldn't be difficult, since 500 lines of text translates to 40,000      
  120. bytes of memory that is free.  There are also some embedded text commands      
  121. that you may find useful.  These commands and their meanings follow:         
  122.                                                                                
  123.      '\' - Starts or stops underlining.  This or any other symbol does not     
  124.            take up any space on the printed line, so that you can underline    
  125.            portions of words.                                                  
  126.                                                                                
  127.      '~' - Starts superscript mode.  All numbers following immediately after   
  128.            this symbol are printed in a superscript mode.                      
  129.                                                                                
  130.      '|' - Starts subscript mode.  Same as superscript, except that all        
  131.            numbers following the symbol are printed in subscript mode.         
  132.                                                                                
  133.    Alt-I - Starts italic printing.  Works just like other commands.  The first 
  134.            press starts italic, the next one stops.  To provide tangible       
  135.            evidence that you did press Alt-I, a '«' will be printed at the     
  136.            location where started italic mode and a '»' will be printed where  
  137.            italic mode was ended.                                              
  138.                                                                                
  139.    Alt-B - Starts boldface printing.  Just like italic printing except the     
  140.            symbol that will be printed is a '▐' to start printing and a '▌' to 
  141.            stop printing in boldface.  Of course, this will not work if you    
  142.            select the Boldface option on the Print Menu (F8).                  
  143.                                                                                
  144.      Examples:                                                                 
  145.                                                                                
  146.      This word will be \underlined\.                                           
  147.      The number '2' will be superscripted~2.                                   
  148.      The number '125' will be subscripted~125.                                 
  149.      This word will be printed in «italic».                                    
  150.      This word will be printed in ▐boldface▌.                                  
  151.                                                                                
  152.                                                                                
  153.      Special thanks to Tim Conner for contributions to this program.  If you   
  154. have any questions or problems, please leave a message on this 24 hour         
  155. board.
  156.                                                                                
  157.                Exec-PC  414-964-5160                                           
  158.                Write to:  Kevin Menningen                                      
  159.                                                                                
  160.