Glen Ryan
|
| Posted: 03/24/2003, 11:37 AM |
|
I just started using CCS and I'm trying to do some simple calculations on
the client side code. My simple addition equation concatenates the outcome
like it's a String. I'm using javascript but unfamiliar with that as well.
My assumption is that I need to cast an object to an Integer class but I'm
not familiar with the code. Any suggestions? Please help.
|
|
|
 |
DAVID
|
| Posted: 03/24/2003, 2:18 PM |
|
parseInt(string)
go to http://msdn.microsoft.com/ (JavaScript manual pages )
"Glen Ryan" <gryan@davidlewis.com> wrote in message
news:b5nmpl$e3q$1@news.codecharge.com...
> I just started using CCS and I'm trying to do some simple calculations on
> the client side code. My simple addition equation concatenates the
outcome
> like it's a String. I'm using javascript but unfamiliar with that as
well.
> My assumption is that I need to cast an object to an Integer class but I'm
> not familiar with the code. Any suggestions? Please help.
>
>
|
|
|
 |
|