2013-10-12 10:56:41 +02:00
|
|
|
<?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
|
|
|
|
'Option Compatible
|
|
|
|
|
|
|
|
Sub Main
|
2016-12-24 16:27:22 +01:00
|
|
|
Dim a, b()
|
|
|
|
_ErrorHandler(False)
|
2017-06-20 14:32:44 +02:00
|
|
|
' DebugPrint vbLF
|
|
|
|
' TraceConsole()
|
2016-12-24 16:27:22 +01:00
|
|
|
exit sub
|
2013-10-12 10:56:41 +02:00
|
|
|
End Sub
|
2014-12-30 13:04:11 +01:00
|
|
|
|
2013-10-12 10:56:41 +02:00
|
|
|
</script:module>
|