fpt and WinFPT Reference Manual - Command-line Commands
| SimCon Home | Ref Manual Home |
NOEXTEND SOURCE
Syntax:
EXTEND SOURCE
EXTENDED SOURCE
NOEXTEND SOURCE
Function:
This command is equivalent to the command INPUT LAYOUT FIXED FORMAT.
By default, the code field of a line of fixed format code occupies columns 7 to 72 (or the column following a tab in columns 1 to 5 up to column 72). Text beyond column 72 is treated as a trailing comment. The command EXTEND SOURCE instructs fpt to read code in which the code field extends to column 132. There is then no pre-defined comment field at the end of the line. fpt checks that columns 133 to 140 contain no printing characters.
The command NOEXTEND SOURCE, NO EXTEND SOURCE or NOEXTENDED SOURCE restores the default behaviour.
Where to Use this Command
Operating system command line | Yes |
Configuration file, config.fsp | Yes |
Specification (fsp) files, *.fsp | Yes |
Interactively, to FPT> prompt | No |
Interactive command files | No |
Embedded in the Fortran code | No |
Default
NO EXTENDED SOURCE
(Note that defaults may be changed in the configuration file).
Copyright ©1995 to 2025 Software Validation Ltd. All rights reserved.