Hi, can any1 show me how to do the vbscript equivelant of this Javascript:
var postcodereferral = new Object()
postcodereferral"AL5 3" = "S"
postcodereferral"AL5 4" = "S"
postcodereferral"AL9 6" = "S"
or just a way that I can specify the 'name' of each array element.
Many thanks.
var postcodereferral = new Object()
postcodereferral"AL5 3" = "S"
postcodereferral"AL5 4" = "S"
postcodereferral"AL9 6" = "S"
or just a way that I can specify the 'name' of each array element.
Many thanks.