| View previous topic :: View next topic |
| Author |
Message |
jtorreon General User

Joined: 14 Sep 2010 Posts: 8
|
Posted: Thu Sep 16, 2010 1:44 pm Post subject: Equivalent of VBA debug.print to Base? |
|
|
This must be a very easy question for you but please answer so I will know.
What is the equivalent VBA debug.print in Open Office Basic code? |
|
| Back to top |
|
 |
RPG Super User

Joined: 24 Apr 2008 Posts: 2696 Location: Apeldoorn, Netherland
|
|
| Back to top |
|
 |
B Marcelly Super User

Joined: 12 May 2004 Posts: 1414 Location: France
|
Posted: Thu Sep 16, 2010 10:00 pm Post subject: |
|
|
Hi,
| RPG wrote: | | http://wiki.services.openoffice.org/wiki/G11NWIKITEST/MediaWiki_source_Documentation_BASIC/Documentation/BASIC_Guide/Language |
You linked to a test page, I suppose. The public page is obtained from:
http://wiki.services.openoffice.org/wiki/Documentation/BASIC_Guide
| jtorreon wrote: | | What is the equivalent VBA debug.print in Open Office Basic code? |
The answer is simple : no equivalent. Do it yourself : use the IDE debugger, or insert a simple MsgBox, or create a sub-program to write a text file. _________________ Bernard
OpenOffice.org 1.1.5 fr / OpenOffice.org 3.4.1 en-US + langpacks, MS-Windows XP Home SP3
This forum is unusable, use instead Apache OpenOffice forums |
|
| Back to top |
|
 |
|