Search found 3 matches

by xue-feng
March 28th, 2006, 6:37 pm
Forum: Scripts Discussion
Topic: Why i can't create ActiveXObject("Scripting.Dictionary&
Replies: 4
Views: 11104

thanks

thanks!

I'll try it.

I want to write a script that can import all sequeneces in a directory. So i 'll create a associative array to store the file-head names.
by xue-feng
March 24th, 2006, 2:48 am
Forum: Scripts Discussion
Topic: Why i can't create ActiveXObject("Scripting.Dictionary&
Replies: 4
Views: 11104

ohhh

I havn't seen it too.
If I can't do this ,how to create a dictionary data structure?
by xue-feng
March 23rd, 2006, 5:48 pm
Forum: Scripts Discussion
Topic: Why i can't create ActiveXObject("Scripting.Dictionary&
Replies: 4
Views: 11104

Why i can't create ActiveXObject("Scripting.Dictionary&

hi,

i want to create a Dictioanry data:
var sqs =new ActiveXObject("Scripting.Dictionary");
the error message is : activeXObject does not have a constructor.

any one knows why?

thank's a lot!