TestStand - Get Resource String

Owning Palette: TestStand

Returns a string in the TestStand string resource files for the current language. Specify the string by Category and Symbol , which are the section and item labels, respectively, for the string in the string resource files.

Default String specifies the string for the VI to return in the Resource String output if the string the Category and Symbol parameters specify does not exist.
Engine Reference In specifies an ActiveX reference to the TestStand Engine object.
Category specifies the category of the resource string in the TestStand string resource files.
Symbol specifies the symbol of the resource string in the TestStand string resource files.
error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality.
Engine Reference Out returns the Engine Reference In parameter unchanged.
Resource String returns the value of the resource string in the TestStand string resource files.
Found returns TRUE if the resource string exists in the TestStand string resource files.
error out contains error information. This output provides standard error out functionality.