Hi
Not sure if this belongs here or in ASP.
Read several textbooks and tutorials, but can't seem to get complete understanding.
Problem is with
ARRAYS and
ReDim Preserve
Supposing you have an array of 4 houses with their details ...
PRICE, Desc, Location .... arrHouses(4,3)
To add another detail (eg: Type) is straight forward.
To add another house with Redim, you have to turn the array around -
(3,4) to become (3,5). How is that done ?
Can anyone give a really clear explanation of Dynamic Arrays, also for creating and using Objects for the same kind of webpage.
Cheers