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: 7301 Rating: (3.09) votes 58
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: 5590 Rating: (3.08) votes 37
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: 5418 Rating: (3.00) votes 35
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: 5310 Rating: (2.97) votes 32
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: 4480 Rating: (3.00) votes 32
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: 6366 Rating: (2.97) votes 36
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: 5414 Rating: (2.66) votes 149
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: 5430 Rating: (3.39) votes 56
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: 5575 Rating: (3.03) votes 37
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: 4936 Rating: (3.15) votes 41
PaginationThe purpose of this function is to help create ASP applications with pagination--really easy. ...Added on: 11/10/2002 Hits: 5871 Rating: (2.80) votes 50
Records 1 to 14 of 14
|