10-26-2010 02:00 PM
Has anyone seen this when using devcon? the reply is:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
f:\Labview Programs>More?
And nothing else. I implemented the code in LV8.5 just as the pic shows. I tried messing with the output size with no change.
10-26-2010 02:25 PM
The picture is somewhat misleading since the string constant that has the "devcon" part is actually in '\' codes display. Your string is probably in normal display and you probably entered the character "\" and then the character "s". The "\s" code actually indicates a space. Thus, right-click on your string constant and select '\' display mode. You will probably see two "\" characters in those locations, i.e., "\\s" - delete the extra "\" character in each instance. Then you can switch the string back to normal display mode.