Topic awaiting preservation: ASP calculation problem (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: NZ |
posted 11-05-2003 00:40
Hi, guys. Please help. code: If Request.Form("cal") = "Calculation" Then
code: <%
|
Paranoid (IV) Inmate From: France |
posted 11-05-2003 00:57
Hiroki: Can ASP transType automagically the variables ? I ask that because I'm pretty sure the the values returned by Request.Form( ... ) are some Strings. Try to convert/cast the variables in float or double. |
Paranoid (IV) Inmate From: NZ |
posted 11-05-2003 01:57
Thanks for your reply. |
Paranoid (IV) Inmate From: NZ |
posted 11-05-2003 02:38
Hmm.....I am stying to convert String to Interger. But some reason, doesn't work. I did like below. code: q = Trim(Request.Form("quant"))
|