SpeedDemon
Programmer
Hi all, im converting a floating value to a string before writing it out as a label.caption property. How can I quicly limit it to a maximum 2 decimal places??
Cheers
Cheers
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
FloatToStrF(floatValue, ffNumber, 18, 2)
Format('Answer is %.2f', [floatValue])