This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Script run
#1
Hi everybody!
Is there a command to run a script? I have found only enable/disable commands(
Reply
#2
What exactly do you want to do? If you have some common code that you need to run from different scripts you can wrap it into a function and place it into Common functions or a User library.
Reply
#3
Lets say I have time based script, which starts every 30 minutes. I need to call it from event based script.
Reply
#4
Then do as I suggested: wrap your code into a function and place it into Common functions or a User library. Then call this function from both scheduled and event scripts.
Reply
#5
Thank you, will do that.
Reply


Forum Jump: