How to use Associative Arrays in ASP
posted in: Classic ASP, Database, MS Access, PHP, Programming, VBScript
0
First of all, You need to download the “Asp Associative Array class” then include the file “AssociativeArrayClass.asp” in your asp page. Right now, You can start declaring associative arrays in ASP with the following syntax: [sourcecode language=”vb”] Dim Person Set … Read More