ASP Is Fun

Learning ASP
Free Course
Basics
Functions
SQL Commands
Sample Code

Servers / Setup
Host Reviews
Server Setup
Error Tips

Contract ASP
Development

Intro to ASP



 


Int Math / Numeric Function



Don't confuse Int with cInt! cInt turns a text variable into a numeric variable. Int takes a number and chops off any decimal points, turning it into a whole number.

So say you have a value that is

PercRight = 89.285728

but you want to show a simple "89%" to your end user. You would say

PercRight = Int(PercRight)
response.write PercRight & "%"

and that would chop it down to just the 89 part of the number.

Numeric / Math ASP Functions


ASP Main Page | ASP Ebooks | Free ASP Course | Contact Lisa
All content copyright Đ 2008 Minerva WebWorks LLC. All rights reserved.



Free Newsletter!

Ebooks
Intro to ASP
ASP SQL DB
Members
Shopping


Introduction to ASP

Romance Tips
Irish Romance
Italian Romance
French Romance

ASP Poll
How do you handle 500 errors?
I don't
Page does nothing
Displays error
Emails error