fischadler
Programmer
How do I specify the data type for a variable?
In Visual Basic I do something like this:
Dim intQTY as Integer
But this does not seem to work in ASP. This is causing me problems because sometimes I try to make a numeric addition but end up having a string addition instead.
Thanks!
In Visual Basic I do something like this:
Dim intQTY as Integer
But this does not seem to work in ASP. This is causing me problems because sometimes I try to make a numeric addition but end up having a string addition instead.
Thanks!