System Parameters

'+R'

Enable Recall of Prior Program Versions

Description

The '+R' parameter is used to define the number of prior versions of a program to automatically maintain on a program file. By default, it is set to 0, indicating that no prior versions of a program will be kept.

Setting '+R' to 1 will cause the SAVE directive to maintain one prior copy of the program on the program file, setting it to 2 will save two, and so on.

When you issue a SAVE command on PxPlus 2018 and have multiple versions enabled, if saving a version that has a password, the system will only preserve passworded versions up to the first non-passworded version. Saving a non-passworded version will preserve both passworded and non-passworded versions.

The PxPlus command "RECALL"can be used to load a prior version of the program into your current workspace where it can be viewed, edited or resaved onto the program file (thus becoming the current version).

To recall prior versions, you can enter RECALL nn from Command mode where nn represents the relative version number (1= prior version, 2=version before that, etc.). Alternatively, you can enter n.nnn where the number matches the actual program version number that can be either set by the SAVE "...",IND=n.nnn or automatically assigned by the system. The VERS * command can be used to view all versions of the program that exist for the currently loaded program.

(The '+R' system parameter was added in PxPlus v7.10.)

Default

5

See Also

SAVE Write Program to File