Download LabVIEW Function and VI Reference Manual

Transcript
Chapter 11
File Functions
Remove Key
Removes a key in a specified section from the configuration data identified by refnum.
Remove Section
Removes a section from the configuration data identified by refnum.
Write Key (Boolean)
Writes a Boolean value associated with key in a specified section of the configuration data
identified by refnum. If key exists, the VI replaces the existing value. If key does not exist,
the VI adds the key/value pair to the end of the specified section. If section does not exist,
the VI adds section, with the key/value pair, to the end of the configuration data.
Write Key (Double)
Writes a 64-bit floating-point number value associated with key in a specified section of the
configuration data identified by refnum. If key exists, the VI replaces the existing value.
If key does not exist, the VI adds the key/value pair to the end of the specified section.
If section does not exist, the VI adds the section, with the key/value pair, to the end of the
configuration data.
LabVIEW Function and VI Reference Manual
11-24
© National Instruments Corporation