Im a beginner..
What i want to do is converting user textbox input into Float value.
Okay to the point
-----
I have textbox with 3 inputlimit
I want if
user input '200' itll give result to 2.00 (floatvalue),
and if user input '12.3' the result will be 0.123 (floatvalue)
im still exploring FormatFloat, trim, delete, Format, with no luck.
So someone could help me ?