Johnny Andersson wrote:
Hi!
I am trying to learn makro programming and when I opened the Macro help file I saw this line:
"This help section explains the most common runtime functions of OpenOffice.org Basic. For more in-depth information please refer to the OpenOffice.org Basic Guide which is available separately."
There was no link or anything what so ever, so what is this? Can it be found online? I searched with google and found nothing. Or is this a book that I need to buy or something?
You have already been provided links to many things. There are multiple topics that may be covered...
1. The language structure including control structures, such as looping statements and conditionals.
2. The supported methods and functions, such as Print.
3. The underlying API, which details how to interact with OpenOffice.
4. How to organize your macros and dialogs.
I have a book that covers many of these things in depth. I have a free document that contains numerous examples. The available Basic guide provides a decent intro (I think that a link was already sent for this). For specific API questions, there is a mailing list and the Developer's guide. There is also the oooforum that works very well. My we site (oo.php page) has many links as well.
-- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.sxw My Macro Book: http://www.hentzenwerke.com/catalog/oome.htm Free Info: http://www.pitonyak.org/oo.php
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
