vcherubini
Programmer
Hello:
I was wondering if ASP supports associative arrays (also known as hash arrays or name/value pair arrays)? An example in PHP would be:
[tt]
$array['name'] = "value";
[/tt]
However, if I try:
[tt]
dim my_array(1)
my_array("name" = "value"
[/tt]
I get a parse error. Is there a way to overcome this? Having your arrays look like function calls seems pretty unintuitive, if you ask me.
If anyone can help, I would appreciate it very much.
Thanks,
-Vic vic cherubini
krs-one@cnunited.com
I was wondering if ASP supports associative arrays (also known as hash arrays or name/value pair arrays)? An example in PHP would be:
[tt]
$array['name'] = "value";
[/tt]
However, if I try:
[tt]
dim my_array(1)
my_array("name" = "value"
[/tt]
I get a parse error. Is there a way to overcome this? Having your arrays look like function calls seems pretty unintuitive, if you ask me.
If anyone can help, I would appreciate it very much.
Thanks,
-Vic vic cherubini
krs-one@cnunited.com