Question

I have multiple files using the same function names. Is there a way to differentiate the two?

Was it helpful?

Solution

AutoIt does not provide a method to do this. You will need to give each function a unique name. You could prepend the filename onto the function name, kind of a poor-man's namespace.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top