home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR36 / KEXX.ZIP / INDENT.KEX < prev    next >
Text File  |  1989-11-29  |  267b  |  15 lines

  1. * Set Up Tab Indent/Undent Values for Smart Indenting and Template Completion
  2.  
  3. X = Upper(Arg(1))
  4.  
  5. Ext   = Word(X, 1)
  6. One   = Word(X, 2)
  7. Two   = Word(X, 3)
  8. Three = Word(X, 4)
  9.  
  10. If FType.1() = Ext
  11.     Then
  12.        'EditV Setlf Indents' One Two Three
  13.  
  14. Exit
  15.