FPT and WinFPT Reference Manual - Command-line Commands

| SimCon Home | Reference Manual Home |


NOEXTEND SOURCE

Syntax:

NOEXTEND SOURCE

EXTEND SOURCE

EXTENDED 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

Yes


Default:

NO EXTENDED SOURCE

(Note that defaults may be changed in the configuration file).


Copyright ©1995 to 2014 Software Validation Ltd. All rights reserved.