OOF2: The Manual
Name
OOF.LoadData.FileVersion — Identify data file format. Used internally in data files.
Synopsis
OOF.LoadData.FileVersion(number,format)
Details
- Parent Menu: OOF.LoadData
-
Callback: function
versionCBin moduleooflib.common.IO.datafile -
Parameters:
number- file format version number Type: A real number.
format- format for the data file. Type: An object from the
DataFileFormatenumerated class.
Description
OOF2 data files must begin with a FileVersion command.
The number parameter is used to maintain
compatibility with older data files. For now, its value should be
1.0. The format
parameter must be one of the values discussed in Section 2.6.



