11-22-2006 03:17 PM
<Locals>,VariableValue
So I'd expect the parser to only check for the first comma when it encounters this block but something like
ioList,Dev1/port0/line1,Dev1/port1/line5
get's imported as ioList = Dev1/port0/line1 (The second part is rejected)
11-27-2006 12:27 PM
11-27-2006 12:40 PM
Hi John,
When I export via the import/export properties option in tools I get a file similar to what I created by hand. The local variable that has a comma separated list get's generated as ;
<Locals>,Variable Value
List,"Dev1,Dev2,Dev3"
However if I try and load this properties file I get an error when loading the above line. So TestStand couldn't load the property file that it generated???
It seems to be an issue with the extra commas in the string list and how the parser is behaving. Looks like a bug in TestStand but for now I'm just using a tab separated file as it works with this format no problem.
Thanks