I have a problem with my edit boxs.
I am adding value 0.1 to an edit box on a button click. How can I make it so that there is always 4 values i.e 00.1 if the value was 0.1. or 01.0 if the value is one.
At the moment i am using float to string values but any way of solving this problem works with me =)
I hope this makes sense =) if not I'll explain my problem in further detail
~bbradley