> 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)?

Just curious - why would you need to do this instead of just creating a new
object? The reason I ask is that you can successfully link to currently open
instances of applications (I'm thinking MS Office primarily)  to manipulate
them from multiple independent scripts. That is, you can use VBS with
createObject to launch an instance of Excel, say, and get a sheet started,
and then later use another VBS with createObject to add data to the same
worksheet in Excel.

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

That would be nice! :-)

> What can I do with the XML alternatelanguage on windows?

Sorry, haven't done anything with that... maybe someone else can chime in...

Ken Ray
Sons of Thunder Software, Inc.
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to