F
frank.meulblok
Guest
OOABL classes should support a Main(INPUT args AS CHARACTER) method, like Java and C# / .NET have. Specifying the classname as startup procedure (-p parameter) should instantiate that class and invoke Main(). -param startup parameter should be mapped to the INPUT args parameter of the method.
Continue reading...
Continue reading...