Requires: Base Development System
Class: VI Methods (ActiveX)
Imports the following strings about VI and LabVIEW front panel objects from a tagged text file: VI name and description, object caption labels, object free labels, default data (string, table, path, and array default data), private data (listbox item names, table row and column headers, graph plot names, graph cursor names, graph annotation names, and tab control page captions), and polymorphic VI data (instance names in the polymorphic VI and selector shortcut menus).
object.ImportVIStrings(stringFile, [interactive], [logFile])
Name | Type | Description |
---|---|---|
stringFile | String | Path of the VI strings file including the filename. If you do not enter a filename, set interactive to TRUE so the user can set the VI strings filename. |
interactive | Boolean | If TRUE, the user can see the file dialog box to select the name of the VI strings file. The default is FALSE. |
logFile | String | Path of the log file created to list errors that occurred while importing VI strings from a tagged text file. The default is no logging. |
none