@Fox Alright, engineer, thank you very much for your reply. Your answer has given me even greater motivation to learn this software well.
How to gray out an instruction of the script
-
Re: How to add comments/notes to my script
Hello I would like to know if it is possible to keep some instructions in my script which will not be executed.
I have some element I will surely need in the future, but do not want them to be executed now -
@HNB said in How to gray out an instruction of the script:
Re: How to add comments/notes to my script
Hello I would like to know if it is possible to keep some instructions in my script which will not be executed.
I have some element I will surely need in the future, but do not want them to be executed nowUse the "If" action with the code
0 -

