i want to make sure a value posted from a form field is numeric so I can do some maths on it.
I am trying to use cast but keep getting the error
Microsoft VBScript compilation error '800a03ee'
Expected ')'
line 19
the code at that line is
b_capital=CAST(request("adjcapital") as numeric (18, 2))
thsnks for any help
I am trying to use cast but keep getting the error
Microsoft VBScript compilation error '800a03ee'
Expected ')'
line 19
the code at that line is
b_capital=CAST(request("adjcapital") as numeric (18, 2))
thsnks for any help