Forum Discussion
2 Replies
- AlexKarasCommunity HeroHi Bhausaheb,
No, classes in VBScript are always dynamic, so you must first create an instance of the class and then call its method.
Hi Bhausaheb,
Alexei is right, but instead of using classes, to get similar functionality, you can use script units and call methods by using UnitName.RoutineName. UnitName specifies the unit where the routine is located.