Hi IMMA,
As far as I know, %f should do the trick. However, you need to take into account the setting for the local decimal point. If your machine is set to use comma "," as decimal point, the scan from string will stop at 3 because it doesn't interpret the dot "." as part of a number. There is an option in LabVIEW to use the local decimal point or not (At least in LV 6.1, I can't remember if it's in LV 5). This might help.
Otherwise (as long as it doesn't upset any other programs) you might need to change the setting for the decimal point on the computer.
Hope this helps
Shane.
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)