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


 


LBound ASP Array Function



LBound returns the lowest member of an array in ASP. While ubound is quite useful, and tells you how full your array is, lbound is not nearly as useful.

That's because most arrays start at spot 0, and fill up from there. You can pretty much always start your array processing at spot 0 and go up through however array members you are using.

If you have an array

Letters()

That has as its members

Letters(0) = "A"
...
Letters(25) = "Z"

and for some reson you didn't know what the bottom member of this array was, you could use

BottomMember = lbound(letters)

This would set BottomMember equal to zero.

ASP Array Function List



Bookmark this site so you can reference it any time you have ASP questions in the future!




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

Exploring Believability


Free Newsletter!

Ebooks
Intro to ASP
ASP SQL DB
Members
Shopping


Introduction to ASP

Thought Provoking
Video Games and Child Soldiers

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