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 versionCB in module ooflib.common.IO.datafile
  • Parameters:

    number
    file format version number Type: A real number.
    format
    format for the data file. Type: An object from the DataFileFormat enumerated 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.