Answered
Hi all,
Can I use the same name (e.g., “date”) for both a global and a local variable in the HQ? What potential issues could this cause?
Thanks!
- tihanaM asked 12 months ago
- last edited 12 months ago
- You must login to post comments
Best Answer
Hello tihanaM, that’s a great question!
You can create a local variable with the same name as a global variable. It will not be confusing for you to use these variables because all global variables are marked with a blue dot next to their name. Additionally, if you check the process.txt file, a local variable (e.g., “date”) will be saved as *date*, while your global variable with the same name will be saved as *date·g* ( ·g representing that it is a global variable).
- Community Admins answered 12 months ago
- You must login to post comments
Your Answer
Please login first to submit.