ASP Is Fun

Learning ASP
Free Course
Basics
Functions
SQL Commands
Sample Code

Servers / Setup
Host Reviews
Server Setup
Error Tips

Contract ASP
Development

Search For:



Intro to ASP


 


ASP Math and Number Functions



ASP is a great language for web development, and it has many math and numerical functions to help make your life even easier.

RND / Randomize
You need to use both RND and Randomize to create truly random numbers for your scripts.
More about RND and Randomize

Round
Round lets you round a number off to a certain number of decimal points.
More about Round

cInt
If a user passes in a text string that contains numbers, you can use cInt to change those values from a text type to a numeric type.
More about cInt

Int
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.
More about Int

Mod
With the mod function, you can determine the remainder of a division problem.
More about Mod

ASP Function List


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

Irish Wedding


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