DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

autoquit in DIadem 11

Hi,

 

I am trying to autoquit in a script which is been called by and exteral service through ToCommand. The program works fine with 10.2 but when the same program is run in version 11 the script is not terminated. When I checked the help file it says autoquit no longer exists for DIAdem 11. How should we handle this, is there any other command?

 

Looking forward for your earliest response.

 

Thanks,

Priya

0 Kudos
Message 1 of 2
(3,342 Views)

Hi Priya,

 

When running a VBScript inside DIAdem the AutoQuit command still works fine, though it no longer shows up colored red in the SCRIPT editor.  The command we're supposed to use now is the VBScript "Exit" command.  I haven't tried either through ActiveX, though.  If nothing else works, you can always restructure your VBScript to use explicit IF THEN ELSE loops to exclude the rest of the code.

 

Brad Turpin

DIAdem Product Support Engineer
National Instruments

0 Kudos
Message 2 of 2
(3,337 Views)