| Article: |
VBScript or Perl? | |
| Subject: | More considerations | |
| Date: | 2004-01-06 08:14:11 | |
| From: | brianiac | |
|
Response to: More considerations
|
||
|
Extracting keys from a JScript array is ugly, but not impossible: var hash= { 'one': 'first', ... }, keys= {}; for(key in hash) keys.push(); keys= keys.sort();
|
||
Women in Technology
Hear us Roar
