PDA

Click to See Complete Forum and Search --> : doing math in asp? simple simple.....


pnj
Oct 12th, 2000, 08:19 PM
hello,
I want to do some math in asp and I thought I could use

* to multiply two numbers,(like newNum=3*2)
but I get an error.
anyone know what I should do for this?

thanks

monte96
Oct 12th, 2000, 11:36 PM
What is the error and is the script server side or client side?

newNum = 3*2

will certainly work

pnj
Oct 13th, 2000, 09:01 AM
I don't remember what the error was but I got it to work,
thanks