I am converting a class I created in Visual Basic which includes private methods and properties (used only by other methods and properties in the class). How do I implement this with PowerBasic 5/9? Do I use a HIDDEN interface for these elements? I notice that an INTERFACE can be defined AS HIDDEN, but there is no documentation that explains what this does or how it works. There is also no PRIVATE or EXPORT attribute that can be added to a method or property, so I have no idea where else to look. Any ideas?
TIA,
TIA,
Comment