Sometimes you need a list of items but cannot use an array or TList efficiently. For example: You have an MRU (Most Recently Used) cache with many items in it. Placing an item in front becomes very expensive. Linked lists can be used in these situati
The array items in VBscript array can be sorted out quicker by converting the array into JScript array sorting function. This article shows the simplest way to interchange VBScript and JScript arrays using which you can sort any number of array table
searching for "passing an array from java to javascript"
Sorting An Array Using Array.Sort() is a web based tutorial in which author describes the procedure for sorting the array with the help of Array.Sort() function. Through this tutorial beginners can learn more about sorting the array through IComparab
An useful tutorial for those who handle array funcions in ASP to get more tips on array functions. This article educates you about how an one-dimensional array can be obtained from a two-dimensional array. After changing array dimension, it is descri
The HshdList unit is a realization of hashed lists also called as hash-arrays or associated arrays for Borland Delphi.
A hashed list is an array of items where each item can be idenified by the unique name. (Not by the integer...
This is a php software where directories, sub directories and files are sorted in a list which provides info like file name, file size and date of the file that is modified last. The files in this script are sorted by extensions and next sorting is d
Array Types in .NET is an article which concentrates on array types and methods of dimensioning these arrays. The author defines this CLR, which helps in dimensioning the array. In ASP.NET the users can create single dimension, multi dimension and ja
A clear explanation about few functions in arrays is taught through this ASP tutorial. The described array statements are: DIM to define the size of array,- REDIM - to resize the array which causes the removal of array items,- PRESERVE - the function
Find an Element In an Array is a ASP based array lesson that describes easier method to perform the required task. It explains that the given value can be checked using array index value through all array items via FOR LOOP functions and the sample c |