07-19-2011 07:48 AM
How do I convert the ASCII character % ,which is 25h, to a hex number 25h. I've tried using the scan value VI but I get a zero in the value field.
07-19-2011 08:24 AM
You can use String to Byte Array for this.
07-19-2011 08:55 AM
Or use typecast:
07-19-2011 08:57 AM
In case you need the output as string: