valkk 0 Posted August 31, 2004 Can an #include script have global variables? A look at the example include files for AutoIT only showed functions. I have some global variables which specify file paths and are shared among all the functions of that script. Share this post Link to post Share on other sites
Jos 2,209 Posted August 31, 2004 Can an #include script have global variables? A look at the example include files for AutoIT only showed functions. I have some global variables which specify file paths and are shared among all the functions of that script. <{POST_SNAPBACK}>That will work.... just place the #include "file.au3" somewhere at the top of your script... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites