VBScript Anonymous Associative Arrays? (like in Javascript) -
those of proficient in javascript , php know how use object constructor reference amounts anonymous associative array this:
myfunction({ "param1" : "value1", "param2" : "value2" });
the benefit not having name each parameter of target function , being able set defaults. know how build statements in vbscript? looking dictionary class, don't think i'll have firm grasp on how use advantage here until see example.
thanks,
the dictionary object you're looking for. i've used multi-language skinning of sites. it's not difficult use.
see: http://www.devguru.com/technologies/vbscript/13992.asp
Comments
Post a Comment