07-24-2013 06:35 AM
I'm reading 3 digit integers back from a controller in the form of XXX. I need to format them to the form XX.X
Example
245 should read 24.5, or 345 should read 34.5.
Besides the easiest method of just dividing bt 10 is there a labview function that will place the decimal in my integer number where I need it to be?
07-24-2013 06:49 AM - edited 07-24-2013 06:51 AM
07-24-2013 07:17 AM
Thank You.....