Hello,

Using alternatelanguages allows these (like VBS, Javascript) to interact with 
windows COM objects (using the createObject Syntax f.e. for opening word or 
excel and write sth there, save it and close).
As I asked some weeks ago - how could I reuse such an object later?
One answer in the list (I do not find the posting in the moment, sorry for 
making no credits) was really good: I can use a global variable "result" in the 
alternatelanguage as an global variable bridge: f.e. from vbs to runrev.  This 
indeed works.

But: Could it be possible out of runrev (any idea) to have 2 
alternatelanguagescripts 
runword1.vbs and 
writeagaininword2.vbs
where the second just uses the word object opened by the first. => Can I use a 
COM-object again by any trick?
The first script could perhaps give back an objectID in the "result" variable 
to runrev, but how could I reconnect the writeagaininword2.vbs to this existing 
object (if the first script did not close it)?

Of course it would be the best runrev could use COM directly ... how about a 
createObject command in 3.1 ;-)

Regards,
Franz Böhmisch


A second question:
What can I do with the XML alternatelanguage on windows? 
After put the alternatelanguages on one pc I get

XML
VBScript
VBScript.Encode
JScript
JScript.Encode
PerlScript
"SignedJavaScript"
"SignedVBScript"
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to