Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  71
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Tuesday, January 06, 2009
Home
Articles & Samples
Dev Search
Dev Forum
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

Trusted by over 7 million customers!
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > ASP > Language Reference > Arrays
Search
DevASP

What's New
What's Hot

Hello World Sample       
Total Hits: 402  |  Today: 0 Author: ASP 101       Rating:  
Read Reviews | Write Review |              Your Rating: 

The classic beginning script for any language implemented in ASP. They don't get much simpler! Uses a quick For loop and use the index variable as the size attribute of the font tag.That's all folks!...

Using the Dictionary Object       
Total Hits: 1590  |  Today: 0 Author: Alex Dinu       Rating:  
Read Reviews | Write Review |              Your Rating: 


Visual Basic and VB Script were never any good working with large arrays and lookup tables. So the Microsoft ASP team decided to create a component that will be the equivalent to the Perl hash, or associative array. It first came out in 1996 as part of VB Script 2 and was added to the VB Scripting run-time library (scrrun.dll) to enable VBScript programmers to use associative arrays. Now you can develop in Visual Basic or VB Script just as you would in JScript and Perl....

A New Programmer's Guide to Arrays With VBScript       
Total Hits: 2224  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this article, which I've geared towards nascent programmers, I'm going to introduce VBScript arrays, give a broad description of their properties and methods.....

Manipulating Arrays in ASP       
Total Hits: 2409  |  Today: 0 Author: Bruce Johnson       Rating:  
Read Reviews | Write Review |              Your Rating: 

How To: Add and remove items from an Array in VBScript...

Splitting Array       
Total Hits: 302  |  Today: 0 Author: Muhammad Zeeshan Arshad.       Rating:  
Read Reviews | Write Review |              Your Rating: 

This code will help you to store checkbox or radio button values via Form (to render on screen / to store in a database). This is very useful if you have many checkboxes/radio buttons in a FORM, with the same name and passing back to the FORM. Or if you want to add all values of a variable in the database in one data field....

Returning Safe Arrays from ASP Components       
Total Hits: 250  |  Today: 0 Author: Peter Persits       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article will show how to return a Safe Array from an ASP component. It is important to remember that ASP script can only handle Safe arrays of VARIANTs and not any other types. This is, of course, not true about a Visual Basic environment which can handle many types of Safe arrays. The process of creating a skeleton active server component using Visual C++ and ATL ObjectWizard is described in detail in my first article, Handling Errors in Net API Components, so I won't dwell on it here. I a...

Lazy Programmers Shortcuts 2: Arrays       
Total Hits: 341  |  Today: 0 Author: Chris Garrett       Rating:  
Read Reviews | Write Review |              Your Rating: 

Arrays are the lazy programmers friend. They allow you to quickly and easily make lists, if you need an indexed list or not. With VBScript you have four functions to work with arrays, Array, Split, Join and Filter....

Arrays in ASP       
Total Hits: 184  |  Today: 0 Author: Amrit Hallan       Rating:  
Read Reviews | Write Review |              Your Rating: 

Now and then you have to store related items in arrays. I assume you are aware of their fundamental features of arrays, so I'm going to tell you how they are handled in ASP, in VBScript. Suppose you want to find in alphabets, what month a date contains, that is, if you enter some date like "09/05/2002", the program should return "September." This program uses a one-dimensional array to store the names of all the months....

Sort an Array       
Total Hits: 2088  |  Today: 0 Author: Joe Norman       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is a simple but usefull function that is will sort an arrays in an ASP page. An example array is included in the code and demonstrated as the page loads....

HOW TO: Declare an Array at Application Level Scope in Active Server Pages       
Total Hits: 1534  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

In developing a Web Application, you may want to declare a table of data for use by one or more pages at application level scope. This article demonstrates how to declare, populate, and reference an array that has been declared at application level scope.
...

How to Sort a Multi-Dimensional Array       
Total Hits: 275  |  Today: 0 Author: Justin Cook       Rating:  
Read Reviews | Write Review |              Your Rating: 

Yes, the title is a mouthful. But unfortunately with classic ASP, trying to make sense of an unsorted array is much worse. It is quite often the case, especially when retrieving data from a database, that it may end up in an array which is not ordered perfectly, perhaps due to incorrect data type settings. And of course, ASP would provide us with no intrinsic array sorting mechanisms. This article will explain how to take the array of that data, and hand it off to a function to sort it based on ...

Active Server Pages: Using arrays       
Total Hits: 150  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Instead of having our information (variables or numbers) in variables like Mydata1, Mydata2, Mydata3 etc, by using arrays our information will be in an unique variable. Letīs check an example:...



DevASP - Privacy - Disclaimer
Copyright Đ 2008 DevASP.com