03-09-2012 06:40 PM
Hi,
I am trying to write some hex value string to csv file, this value need to preserve the MSB "0" values.
For example,
Hex value = 00FF00
if I save this value using Labview "Write to Spreadsheet file VI",
I will loose the two prefix "00", it becomes FF00 in the csv file.
Can any show me how I can save this as "00FF00"
Thanks
Do
03-09-2012 07:42 PM