(OpenG String Library 4.1.0.12, String to 1D Array__ogtk.vi, LabVIEW 2012)
STEPS TO REPRODUCE:
1. Wire a non-empty string into the input
2. Wire a delimiter, that doesn't exist in the input string
3. Set "Ignore duplicate delimiters?" to TRUE
EXPECTED OUTPUT:
- The output should equal the input, since it was not delimited
ACTUAL OUTPUT:
- The output is an empty string
NOTES:
- Output is correct if "Ignore duplicate delimiters?" is FALSE
Sorry, slight error.
EXPECTED OUTPUT:
- The output should be a 1-element array, where the element equals the input string
ACTUAL OUTPUT:
- The output is an empty array
Committed a fix for this to the SVN repository.