How does AutoIt handle multiple functions when it comes to which one to execute?
I have a getProperties func and a func that creates a volume. I need to get the properties from a text file and plug those into certain variables in my volume func.
No matter how I seem to order the executions, the volume func always runs first, which is completely useless.
Could someone give me some guidance or general advice with whats going on here?
Many thanks.