Search the Community
Showing results for tags '#include'.
-
So I have several functions spread out among different scripts (makes it easier to sort out); Each with some sort of #include, lets say for ex: #include<arrays.au3>. so if in the main script I bring all these scripts together by #including them, then do they over and over #include<array.au3> again a...
-
Sorry for the stupid title but i don't know how to call it ( and how to search it ) I have three question based on the same subject FIRST If i have a script like: If _IsPressed("10") ConsoleWrite("OK")And i'll try to execute i have an error because i don't have add at the top: #include <Misc.au3...
-
... that is the question. Thanks to all the epic support, and my genius (ha) (Mostly support and Reading ) I have over 200 lines of so far.. Now i have about 10 functions, more coming.. Should i use include? and Run the functions from separate files? Is that the whole point of includi...
-
I'm writing a tray based program, and for every different option the user selects, the icon changes... I add the #include"icon.ico" where icon.ico would be the icon name obviously... But when I compile the program with the offical autoit compiler it doesn't seem to include the icons... Any clue what...