05-10-2023 05:14 AM
Hi,
I am running DIAdem script, there are multiple scripts involved. Mainscript will call further subscripts.
If a condition met in subscript, would like to exit from that particular subscripts and continue further in mainscript.
Whats the exact command to be used to exit from particular script?
is there GOTO label option available in DIAdem?
reagrds,
Durai
05-16-2023 01:26 AM
Hi,
In VBScript, "GoTo" is only associated with "On Error Resume Next".
In all other cases, "GoTo" is not part of the VBS command set.
You could try to use a Do While to check if the particular script is met and exit it.
Gus
NI Technical Support