TERMINATE ALL - HELP ME
Posted: 2008-01-11 19:57:40
hi i have a script
sub Termina()
uo.DeleteJournal()
uo.Print('stop')
uo.Exec('terminate all')
wait(100)
end sub
that ends all the running scripts.
Here is my problem : i need that a script remains active.
i have tried
sub Termina()
uo.DeleteJournal()
uo.Print('stop')
NEEDEDSCRIPT()
uo.Exec('terminate all')
wait(100)
end sub
but every time i stop the macro with "termina", another "termina" remains active.
There is a code to not disactivate a script?
tnx
sub Termina()
uo.DeleteJournal()
uo.Print('stop')
uo.Exec('terminate all')
wait(100)
end sub
that ends all the running scripts.
Here is my problem : i need that a script remains active.
i have tried
sub Termina()
uo.DeleteJournal()
uo.Print('stop')
NEEDEDSCRIPT()
uo.Exec('terminate all')
wait(100)
end sub
but every time i stop the macro with "termina", another "termina" remains active.
There is a code to not disactivate a script?
tnx