12-15-2006 08:40 AM
12-15-2006 08:48 AM
Hello Norbert,
you could use the formatting function Fmt. This line of code will do what you are asking for:
Fmt (val_str, "%f[e]", float_val);
The CVI Formatting and Scanning functions are very powerfull tools. Check the LabWindows help on "Formatting Functions" for more information on this function.
12-15-2006 09:40 AM
12-15-2006 09:48 AM
Hi Norbert,
sorry, I misunderstood your question I'm afraid the Formatting function is unable to do this. I guess you will have to write your own function for this...