08-19-2009 10:22 AM
So I have a 0 in int format. I want to convert it to a string so that it says "00." Is there an easy way to do it in labview? or If I have 1 in int, I want to convert it to a string value of "01." Help?
Thanks!
Solved! Go to Solution.
08-19-2009 10:53 AM
08-19-2009 10:58 AM - edited 08-19-2009 11:01 AM
Hi,
You can use "Format into String" with a format of "%02d."
Change the 2 if you want a different number of digits. Omit the "." if you don't want a decimal point.
Rod.
EDIT: Bother, too slow in typing! PS. Still check out the decimal point!