Forum Discussion

googleid_109376's avatar
googleid_109376
Occasional Contributor
11 years ago
Solved

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) //...
  • karkadil's avatar
    11 years ago
    It 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).