Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert numerical data in a string to a number using VBScript 1

Status
Not open for further replies.

Santie

Technical User
Jul 20, 2002
4
ZA
Which function must one use to convert numerical data in a string variable to a number using VBScript in a ASP.

Thank you.
 
sString1 = "1"

sString2 = CInt(sString1) www.vzio.com
star.gif
if I helped. [wink]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top