Version: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
 
Line 3: Line 3:


The '''Version''' [[internal function]] returns the currently marked version number for a BR internal file. With an optional second parameter, VERSION can be used to set this version number in the file, provided the file has been opened for OUTPUT.
The '''Version''' [[internal function]] returns the currently marked version number for a BR internal file. With an optional second parameter, VERSION can be used to set this version number in the file, provided the file has been opened for OUTPUT.
Version can also be set when creating a file by specifying VERSION= on the [[Open Internal]] string expression.


====Related Functions====
====Related Functions====

Latest revision as of 03:34, 23 August 2022

VERSION(<file number>[,<numeric expression>])

The Version internal function returns the currently marked version number for a BR internal file. With an optional second parameter, VERSION can be used to set this version number in the file, provided the file has been opened for OUTPUT.

Version can also be set when creating a file by specifying VERSION= on the Open Internal string expression.

Related Functions