02-12-2014 07:36 AM
Hi,
I think there is an error in "Variables and Call Stack" window if you want to look for your variables in ASCII format.
The control characters (0 - 31) are not shown correct. They are shifted 2.
For example:
Character in Decimal format is 10 (LF) but when you are chancing to ASCII format it is showing \012.
The same with 13 (CR). This character is \015 in ASCII format.
I think that was no problem in CVI2012.
Best regards
Gunther
Solved! Go to Solution.
02-12-2014 09:35 AM
I'm not using CVI2013 yes so I cannot respond regarding this specific product, but the code you are showing are the octal equivalent of the decimal value you specified: it could be that control characters (or generally speacking non-printable ones) are replaced with their octal equivalent in string view.