Files
libreoffice/wizards/source/access2base/Test.xba
Jean-Pierre Ledure 6aef291fae Access2Base - Introduce support of embedded Firebird
Metadata array set for CopyObject command
Firebird implementation found very unstable ...

Change-Id: Ia0847e263cbedfba55a2a469b9e044b3134b66b8
2017-06-20 14:32:44 +02:00

14 lines
406 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Test" script:language="StarBasic">Option Explicit
&apos;Option Compatible
Sub Main
Dim a, b()
_ErrorHandler(False)
&apos; DebugPrint vbLF
&apos; TraceConsole()
exit sub
End Sub
</script:module>