fpt and WinFPT Reference Manual - Command-line Commands

| SimCon Home | Ref Manual Home |

ARGUMENT COUNT INSERTED

Syntax:

!% ARGUMENT COUNT INSERTED: <symbol>

Function:

This command is used when migrating code from, for example, VMS to Linux. Many system library routines accept a variable number of arguments, and the argument count may be useful to the routines which emulate them. The command is written by fpt as a comment in the code when an argument count has been automatically inserted (See INSERT ARGUMENT COUNT). It signals to fpt that the change has already been made, and prevents fpt from adding an additional argument count every time the code is processed.

The user may insert this command by hand if the argument count has already been inserted for a specific call to the routine.

Where to Use this Command

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

See Also:

INSERT ARGUMENT COUNT

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