Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: math and vbscript


Message #1 by lodris@m... on Wed, 23 May 2001 20:42:10
Does anyone know where i can find examoles of simple math using vbscript 

inside asp pages.

I just want to multiple two variables ive pulled up from the database and 

then take the result away friom a third variable and then insert them into 

the databse agin.

Thanks 

leigh
Message #2 by "Mike Scott" <jstmehr4u3@h...> on Wed, 23 May 2001 19:21:10 -0700
recordset1 = 2

recordset2 = 5

result = recordset1 * recordset2 = 10

var3 = var3 - result



simple math

----- Original Message -----

From: <lodris@m...>

To: "ASP Web HowTo" <asp_web_howto@p...>

Sent: Wednesday, May 23, 2001 8:42 PM

Subject: [asp_web_howto] math and vbscript





> Does anyone know where i can find examoles of simple math using vbscript

> inside asp pages.

> I just want to multiple two variables ive pulled up from the database and

> then take the result away friom a third variable and then insert them into

> the databse agin.

> Thanks

> leigh

  Return to Index