문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top