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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -