Does anyone know how to extrat info from a textbox as a number, NOT A STRING,
the problem i have is that i try to multiply pi, (3.14159) by the diameter entered into a text box...
_diameter = (ctrlText 100)
_Circ = (pi*_diameter)
...However upon doing so it errors and says...
'_Circ = (pi*_diameter)|#|': Error *: Type array, expected number
Thanks in advance
SILENTHUNTER