To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65680





------- Additional comments from [EMAIL PROTECTED] Mon May 22 22:48:41 -0700 
2006 -------
There is no GetProductName instruction in Basic.
It is in fact a subroutine included in Misc module of the library Tools which 
is 
available in the section OpenOffice.org Macros. But you have to load the 
library 
once before using it.
You can see the subroutine with the Basic user interface, if you open the 
section OpenOffice.org Macros.
Example of macro in a document:

Sub Main
  GlobalScope.BasicLibraries.loadLibrary("Tools")
  Msgbox GetProductname
End Sub


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to