googleid_109376
12 years agoOccasional Contributor
Conditional USEUNIT
Hello, I would like to know if it is possible to have some conditional USEUNIT, that is, linked units depending on some runtime condition. For example, I tried this: if(condition1) //...
- 12 years agoIt is impossible, but you can try using Runner.CallMethod for your task (if you have, for instance, two functions with the same name in different units).