fpt and WinFPT Reference Manual - Command-line Commands

| SimCon Home | Ref Manual Home |

DEFAULT LENGTH OF RECORD/REPLAY { STRINGS | ARRAYS }

Syntax:

DEFAULT LENGTH OF RECORD/REPLAY TEMPORARY STRINGS [:] <integer> DEFAULT LENGTH OF RECORD/REPLAY TEMPORARY ARRAYS [:] <integer>

Function:

The command INSERT RECORD/REPLAY inserts code to capture and to replay data at the input and output interfaces of a program. Usually, the length of a string or array is taken from the declared length or bounds of the object. These commands determine the string or array length used when a string of variable length, or an array of assumed size is to be recorded or replayed.

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

Defaults:

DEFAULT LENGTH OF RECORD/REPLAY TEMPORARY STRINGS: 512

DEFAULT LENGTH OF RECORD/REPLAY TEMPORARY ARRAYS: 100

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

See Also

INSERT RECORD/REPLAY

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