Forum Discussion
tristaanogre
15 years agoEsteemed Contributor
You'll have two units of code, essentially. One will contain the function to be called, the other will do the calling. The file doing the calling, add at the top of the file a //USEUNIT call.
You can then call any functions in MyUnitName from the calling unit.
See this topic for more information.
http://smartbear.com/support/viewarticle/11452/
//USEUNIT MyUnitName
You can then call any functions in MyUnitName from the calling unit.
See this topic for more information.
http://smartbear.com/support/viewarticle/11452/