Re: EnableExplicit generator?
Posted: Mon Aug 01, 2022 5:19 pm
I made a tool for AutoIt3 to declare variables for a procedure. This allowed us to write a function without thinking, and then the script tool would find all the variables in the procedure and output the finished line to the clipboard, simultaneously showing a message which of the specified variables should be contained in the global space.
But in PureBasic I can't do that because it's harder to define what a variable is. Although you can try to simplify the task by at least 90%.
But in PureBasic I can't do that because it's harder to define what a variable is. Although you can try to simplify the task by at least 90%.