AndrewMozley
Programmer
I apologise for such a simple question.
I have a text box in which I wish the user enter a number. When he enters 23, then txtmynumber.value has the value "23" and it has a data-type C (character)
I have optimistically tried specifying the Input mask as "99", but this does not help. I realise that I can use the VAL() function, but is it possible to make txtmynumber.value have a numeric data type?
I have a text box in which I wish the user enter a number. When he enters 23, then txtmynumber.value has the value "23" and it has a data-type C (character)
I have optimistically tried specifying the Input mask as "99", but this does not help. I realise that I can use the VAL() function, but is it possible to make txtmynumber.value have a numeric data type?