Forum Discussion
aafreen_jamadar
3 years agoOccasional Contributor
Hi, I've written a script with a class and functions That I am trying to access using the object of the class. There is no error but the button to run the code is disabled.
- AlexKaras3 years agoCommunity Hero
Hi,
Again, can you provide code sample?
Only parameterless functions/procedures can be executed using Run button.
Classes cannot be executed themselves but must be instantiated/called from regular functions.