fpt and WinFPT Reference Manual - Command-line Commands
| SimCon Home | Ref Manual Home |
START INTERACT
Syntax:
%START INTERACT
Function:
The command %START INTERACT is written in a specification (FSP) file. When it is encountered, FPT stops processing FSP input. It reads and analyses the Fortran input files and enters interactive mode. fpt then continues to read the FSP file as an interactive command file. The %START INTERACT command must therefore be written as the last statement to be processed as an fsp command.
The command may not be used interactively.
By default, fpt enters interactive mode at the end of fsp processing. If this behaviour has been suppressed in the user's configuration file interactive processing may be requested by the command %INTERACTIVE or %I . %START INTERACT is used only in the special case where FSP and interactive command file input are both written in the same file.
Where to Use this Command
| Operating system command line | No |
| Configuration file, config.fsp | No |
| Specification (fsp) files, *.fsp | Yes |
| Interactively, to FPT> prompt | No |
| Interactive command files | No |
| Embedded in the Fortran code | No |
Example:
The following text is taken from the demonstration file qa_dem.fsp.
! Set the page length to keep error messages intact. %page length = 22 ! Exit from FSP processing and start INTERACT % start interact .paging off
See Also
Copyright ©1995 to 2025 Software Validation Ltd. All rights reserved.