سؤال

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