Question
Can script variables be shared by multiple scripts in a same project?
Answer
No, script variables cannot be used by other scripts in a same project.
If you would like to share same variables in multiple scripts, please use the [Variables] function.
[Variables] is shared in HULFT Square, so the same variables can be used in multiple scripts and projects.
However, the value of [Variables] cannot be rewritten in a script.
Therefore, please use [Variables] only when you can set a constant value.
If you need to change the value of a variable depending on the process, please set a script variable for each script.
For details on how to set Variables, please refer to the following manual.
Comments
0 comments
Article is closed for comments.