Hello,
I have a Text field in which I enter measurements such as :
32 1/2, 24 1/8, 15 3/4, etc.
I need to convert the value in the field to a double in order to do some calculations.
For example:
32 1/2 -> 32.5
24 1/8 -> 24.125
Thanks,
Julio
I have a Text field in which I enter measurements such as :
32 1/2, 24 1/8, 15 3/4, etc.
I need to convert the value in the field to a double in order to do some calculations.
For example:
32 1/2 -> 32.5
24 1/8 -> 24.125
Thanks,
Julio