home *** CD-ROM | disk | FTP | other *** search
- PCFMT 1.3 by Unique Software Registration($15.00)
-
- PCFMT formats your Aspect Source Files, accounting for all block
- structures, giving you evenly indented statements which are easier to
- read. "Indent width" is the width each block structure keyword is
- indented. Variable indicates that the width will be determined by the
- keyword itself. For example:
-
- IF SUCESS
- DEC N0
- ENDIF
-
- If the column tab width was set to 5, this example would look like:
- IF SUCESS
- DEC N0
- ENDIF
-
- ";remarks" is the position of single-line remarks within the source
- code. Flush left indicates that all remarks will be flush to the left.
- "Starting indention column number" indicates the starting default column
- for a this Aspect file. This does NOT affect any items set to Flush
- left.
-
- Do you have a special way you like a section of code formatted but PCFMT
- "messes" it up everytime? The full documentation will explain how to
- turn formatting on and off inside your ASPECT source code.
-