FPT and WinFPT Reference Manual - Command-line Commands

| SimCon Home | Reference Manual Home |


WINDOW

Syntax:

WINDOW <integer> [ : <integer> ]

Function:

The WINDOW command sets the range of lines displayed by the TYPE , UP, DOWN, FIND, SEARCH and NEXT commands. By default, the command TYPE n causes FPT to display lines (n-w1) to (n+w2) of the current file or sub-program, where w1 and w2 are the current window values.

If the window command is entered with a single argument, w, the window settings are assigned the values w1=w2=w/2.

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


See also:

FIND

DOWN

SEARCH

TYPE

UP


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