10-27-2007 02:30 PM
10-27-2007 02:51 PM
The easiest way to answer that question is to just try it out yourself.![]()
And the answer is no. It will be \C0\00A since there is no "upper case" version of the characters C0 and 00 hex.
10-27-2007 06:24 PM
@hrongfu wrote:
If the input of "to upper case" is "\C0\00a", then the output will be "?Aa"
Conversely, a "to lower case" would turn your string into "\E0\00a" (in \-code display)
10-27-2007 11:29 PM
It is a bug report.
And \C0\00a" is a '\' code dispaly, also "?Aa".
I have tested it on labview 7.1
My Vi is attached
10-27-2007 11:29 PM
It is a bug report.
And \C0\00a" is a '\' code dispaly, also "?Aa".
I have tested it on labview 7.1
My Vi is attached
10-28-2007 01:25 AM - edited 10-28-2007 01:25 AM
Message Edited by altenbach on 10-27-2007 11:27 PM
10-28-2007 01:49 AM
10-28-2007 04:39 AM
10-28-2007 07:12 AM
10-28-2007 07:40 AM
This is the difference