Modify ↓
#247 closed Feature Request (Rejected)
Global variables scope
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Scope | Cc: |
Description
Right now the variables are visible ONLY in current script file. In this case it is impossible to create some-kind of "configuration" file where to place all configuration constants. I use EnvSet/EnvGet at this time but it's really worth because I have more then 100 constant with properties of dialogs.
It would be excellent to have some mechanism to make variable/constants visible from other script if they are included.
Thanks
Eugene...
Attachments (0)
Note:
See TracTickets
for help on using tickets.

I suggest you think again. Look at how the UDF library is constructed and you'll find that there are files that contain nothing but global variables which are then included in one or more files where they are needed.
Closing as rejected.