10-05-2022 04:51 AM
Goodmorning I have a problem, how to convert a number in the DBL form in to a String?
10-05-2022 10:10 AM - edited 10-05-2022 10:15 AM
Is this a LabVIEW or a Mathscript question? What have you tried?
Please be very specific: Do you want to format a DBL into a human readable string using characters 0..9 and decimal delimiters, etc. (e.g. "1.456436"), or do you want to cast it to a binary string with 8 bytes in a specific byte order?