abfVersion()

Indicates whether a particular component was requested by the program.

Syntax

voidabfVersion(float version);

Inputs

version
The version number of ABF which the file should be output in. Possible values (currently): 2.0, 3.0, 3.01

Example

abfVersion(3.0);

Comments

Although 2.0 is a legal value, it is recommended that only version 3.0 or later be requested. Version 3.01 differs from version 3.0 (the default) only in that it provides slightly more explicit encoding of byte order in the file.