minhterryContributor12 years agoHow to call method from other UNIT by using EVAL() methodHi everyone, I have script A and script B in Script A i want to call a method FindMyProcess in script B using EVAL Example: function testTHIS() { eval('//USEUNIT ScriptB;var x=...Show More
AlexKarasCommunity Hero12 years agoHi Minh,What aboutfunction testTHIS(){ eval('B.FindMyProcess();');}Does it work?
Recent DiscussionsFailed to verify the login request[Code suggestion]ver.1578SLM Python 313 module installation failed.
Related ContentFindAll Method Not Returning AnythingERROR:groovy.lang.MissingMethodException: No signature of methodFindAll method