Many thanks! George "Andreas Bregas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi George, > > > Has OpenOffice Basic / StarBasic the ability to write CLASSES as is possible with VBA? > >(without this the thousands of lines of VBA we have will not be vaguely > convertible). > >I know there is the UNO bridge allowing (e.g.) Java apps to communicate with the API, > >but this seems a little inconvenient. Failing this, is there a sutable scripting / > > compile-on-the-fly programming system/engine that can "plug in" to OOo? > > this is partly implemented until now. The extent depends on the OOo ver- > sion you're using. Probably the support will be extended in the future. > > In OOo 2.0 Basic should support VBA like: > > - Class modules * > - Property procedures > - Interfaces > > * Class modules cannot be created explicitely via UI. A module becomes a > class module by using the command > > option ClassModule > > as first statement in the module code. > > So just try to use these features and feel free to submit issues if you > find bugs concerning this functionality (to [EMAIL PROTECTED]). > > Regards > > Andreas
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
