Version: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Redirected page to Version (disambiguation))
No edit summary
Line 1: Line 1:
#REDIRECT [[Version (disambiguation)]]
 
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.
 
====Related Functions====
 
*[[EXISTS]]
*[[FILE$]]
*[[FILENUM]]
*[[FREESP]]
*[[KPs]]
*[[KRec]]
*[[LRec]]
*[[Rec]]
*[[RLn]]
 
<noinclude>
[[Category:Internal Functions]]
</noinclude>

Revision as of 20:29, 17 December 2021

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.

Related Functions