fpt and WinFPT Reference Manual - Command-line Commands

| SimCon Home | Ref Manual Home |

INCLUDE OUTPUT FILE NAME EXTENSION

Syntax:

INCLUDE OUTPUT {FILE [NAME] | FILENAME } EXTENSION [:] <string>

Function:

Specifies the file name extension for INCLUDE output files. The extension is written as a quoted or unquoted string, which may but need not be preceded by a . character. An INCLUDE file in this context is any file which is referenced by an INCLUDE statement, even though it may contain the code of a sub-program.

Where to Use this Command

Operating system command line Yes
Configuration file, config.fsp Yes
Specification (fsp) files, *.fsp Yes
Interactively, to FPT> prompt Yes
Interactive command files Yes
Embedded in the Fortran code Yes

Default

The default output file name extension for INCLUDE files is .fpi written in upper case under VMS and Windows and lower case under Linux, OS X and Unix. The case may be changed by the commands LOWER CASE FILE NAMES or UPPER CASE FILE NAMES. (Note that defaults may be changed in the configuration file).

Example

$ fpt stats.f90 anova.f90 "%include output file name extension:'.i'"

See Also

PRIMARY OUTPUT FILE NAME EXTENSION

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