Records 1 to 14 of 14
|
» ADO
» Array » Components » Cookies » Date/Time » Files » Form » Graphics » HTML Formatting » Language » Math » Misc. » Multimedia » Performance » Printing and reports » Security » Sessions » SQL » Strings » XML |
Array ASP Scripts
ASP Script Home » Array
14 ASP Array Scripts
Sort: Most Viewed | Highest Rated | Newest
String to Character ArrayThis is a conversion of string to characters into an Array. This is very useful for manipulating strings for your database...Added on: 2/25/2003 Hits: 7642 Rating: (3.04) votes 140
Count total records in DBUse this script to count how many records in DB. Level: Beginner Check an example on my site....Added on: 12/27/2002 Hits: 5653 Rating: (3.09) votes 43
SelectionSort FunctionThe SelectionSort function sorts an array alphabetically (A - Z) or numerically (low to high). SelectionSort expects an array as input. ...Added on: 12/2/2002 Hits: 5492 Rating: (2.86) votes 43
RevArray FunctionThe RevArray function reverses the order of an array. In other words, the upperbound value of an input array will become the lowerbound value and all other values will re-order themselves accordingly. RevArray returns an array. ...Added on: 12/2/2002 Hits: 5371 Rating: (2.98) votes 40
RemDups FunctionRemDups removes duplicates from an array and returns a new array with no duplicates. Does not modify the existing array. ...Added on: 11/28/2002 Hits: 4575 Rating: (2.93) votes 57
HasDups FunctionThe HasDups function indicates if an array contains duplicate values. HasDups returns True if more than one array subscript value exactly matches another subscript value. HasDups returns False if the array contains no matching values. ...Added on: 11/28/2002 Hits: 6424 Rating: (3.04) votes 47
ExchangeSort FunctionThe ExchangeSort function sorts an array alphabetically (A - Z) or numerically (low to high). ExchangeSort expects an array as input. ...Added on: 11/28/2002 Hits: 5480 Rating: (2.65) votes 165
CombSort FunctionThe CombSort function sorts an array alphabetically (A - Z) or numerically (low to high). CombSort expects an array as input. ...Added on: 11/28/2002 Hits: 5481 Rating: (3.41) votes 63
Arrays to store dataAssigning an array size with a variable produces a variable unless the Redim command is used. Method #1: You know the size Method #2: the size is in a variable ...Added on: 11/26/2002 Hits: 5643 Rating: (3.02) votes 48
Sort arraysVbscript function that sorts an one-dimensional array of number either ascending or descending. This function sorts using the well known double for..next principle. Script gives an overview of passing parameters and especially passing arrays of numbers to a function. ...Added on: 11/19/2002 Hits: 5018 Rating: (3.06) votes 48
PaginationThe purpose of this function is to help create ASP applications with pagination--really easy. ...Added on: 11/10/2002 Hits: 5932 Rating: (2.88) votes 58
Records 1 to 14 of 14
|