|
|
Arrays |
|
|
Programmers Resource |
|
|
ASP / String & Variables |
|
|
Click to Visit |
|
|
48 |
|
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 works with REDIM to save the stored values in array when array is resized.
|