[thelist] Q on assoc arrays

jsWalter jsWalter at torres.ws
Mon Dec 15 09:25:07 CST 2003


OK, one last gasp here...

Js does not like these...

   	'do': "Dominican Republic",
      'in': "India",

I get 'expected identifier' error

   alert ( ccTLD.in );

yes, this works....

   alert ( ccTLD['in'] );

Am I missing something obvious (again)?

Walter




More information about the thelist mailing list