home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / prog1 / tbfmt.doc < prev    next >
Text File  |  1989-03-20  |  3KB  |  74 lines

  1.  TBFMT (1.9b) - by Unique Software            Registration($25.00)
  2.  
  3.  I suspect that this program has something to do with formatting Turbo
  4.  Basic source files, though I am unable to find any statement of its
  5.  purpose in the documentation.  The following is most of the manual
  6.  without the licensing info and edit history.
  7. -----------------------------------------------------------------------
  8.  
  9.              TBFMT (1.9b) - Copyright (c) 1987-89 by Unique Software
  10.  
  11.                     F1 - TBFMT [Install] Menu
  12.                     F2 - Problems / Why doesn't...?
  13.                     F3 - TBFMT version history
  14.                     F4 - TBFMT version history (con't) / NOTE
  15.                     F10 - Return to THIS menu
  16.  
  17.     New to this version marked with a "!" 
  18.     Changed are noted with a "^" 
  19.     Bug correction noted with a "@" (you may not notice any change) 
  20.     Licensed version features marked with "&" 
  21.  
  22.                                       Usage
  23.     usage: TBFMT
  24.   & usage: TBFMT [*][drive:][\path\]filename.ext 
  25.   & If you don't specify an .EXTension the extension of .BAS will be assummed 
  26.  
  27.   &                         Install Option 
  28.     NOTE: Licensed users programs have the install menu as an option.  Non-
  29.          licensed users are presented with this menu everytime TBFMT is run. 
  30.  
  31.   & usage: TBFMT /I 
  32.    TBFMT 1.9b Install - (c) Copyright 1987-89 by Unique Software 
  33.    [1] Extension for backup file : .BAK 
  34.    [2] Backup (original) File is to be [K]ept/[D]eleted after formatting : D 
  35.    [3] Indent width : [V]ariable / [F]ixed : V 
  36.    [4] 'REMarks : [F]lush left / [I]ndented : F 
  37.    [5] Starting indention column number : 2 
  38.    [6] Labels : [F]lush left / [I]ndented : F 
  39.    [7] SHARED, STATIC, LOCAL : [F]lush left / [I]ndented : F 
  40.    [8] *Labels : [U]PPER / [l]ower / [C]apital / [N]oChange : C 
  41.    [9] *Reserved Words : [U]PPER / [l]ower  / [C]apital / [N]oChange : U 
  42.    [A] *Variables : [U]PPER / [l]ower / [C]apital / [N]oChange : L 
  43.    [B] *SUB/FN Names : [U]PPER / [l]ower / [C]apital / [N]oChange : C 
  44.  
  45.    [Q]uit Install 
  46.    [R]un with current defaults (defaults not saved) 
  47.  & [S]ave Defaults 
  48.    [?] Option     * - the Fast Option [*] overrides these 
  49.  
  50.  NOTE:  Non-Licensed  Users  MUST use the [R] option  to run TBFMT.
  51.  Licensed users can [S]ave the defaults and run TBFMT from the command
  52.  line. 
  53.  
  54.                              Why doesn't TBFMT ... 
  55.  
  56.  We have attempted to account for numerous ways of programming in Turbo
  57.  Basic.  When you find something that TBFMT doesn't do quite the way you
  58.  would like it, let us know. Many of TBFMT's features were suggested by
  59.  users. However, TBFMT cannot be all things to all people.  If we
  60.  incorporated every request into TBFMT, the size of TBFMT would of course
  61.  grow rapidly but unfortunately the speed at which TBFMT operates would
  62.  also be degraded rapidly.  We don't think that you, the users, would
  63.  mind a larger program, but a slower program is never welcome.
  64.  
  65.  
  66.                             DO : WEND ? WHILE : LOOP 
  67.  
  68.  Yes these are valid Turbo Basic combinations.  Therefore instead of
  69.  introducing numerous lines of code into TBFMT which would also degrade
  70.  performance, we have altered the variable indent width of both DO and
  71.  WHILE to four spaces. Therefore, if you use the variable indent width,
  72.  your WHILE loops may not look aligned properly but they will be what
  73.  TBFMT contains.
  74.