Index String Array Function
- Updated2025-07-30
- 2 minute(s) read
Selects a string specified by index from string array and appends that string to string.

Inputs/Outputs
string ("")
—
string is the string to which LabVIEW appends the string selected from string array. The default is an empty string.
string array
—
string array is the array from which LabVIEW selects a string according to index to append to string.
index
—
index must be numeric.
output string
—
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. |
string ("")
—
string array
—
index
—
output string
—