Index String Array Function

Owning Palette: Additional String VIs and Functions

Requires: Base Development System

Selects a string specified by index from string array and appends that string to string.

 Add to the block diagram  Find on the palette
string is the string to which LabVIEW appends the string selected from string array. The default is an empty string.
string array is the array from which LabVIEW selects a string according to index to append to string.
index must be numeric.
output string is string with the string in string array at offset index appended. If index is less than zero or greater than the number of elements in string array, output string returns string unchanged.