08-26-2010 01:12 PM
I am getting "Error 81 occurred at Scan From String (arg 1)" in the Scan from string function, when I am trying to change format string on the fly with the Select function. See picture below. When I use the same string directly (without Select function) the reading from input string is without any error.
Any suggestion?
08-26-2010 01:17 PM - edited 08-26-2010 01:17 PM
When you wire the format string directly LV can figure out what the output terminals should be, in your case string followed by decimal number. Try wiring an empty string to the default value for the first output.
08-26-2010 01:34 PM
Hello Darin,
you are right. Now it works fine. Thank you for your quick reply.
Ivo