summaryrefslogtreecommitdiff
path: root/wizards/source/tools/Strings.xba
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2001-09-12 11:23:59 +0000
committerBehrend Cornelius <bc@openoffice.org>2001-09-12 11:23:59 +0000
commit1dc9eee8548e21734778e9cf66466c56699c335f (patch)
tree9b1580739910c5e11ba86ed52aa7c7e830f03f68 /wizards/source/tools/Strings.xba
parent1f3f0c371b60548adc0634883f00e6fa8dc8df2d (diff)
#91712# 'CutPathView' Routine modified
Diffstat (limited to 'wizards/source/tools/Strings.xba')
-rw-r--r--wizards/source/tools/Strings.xba6
1 files changed, 6 insertions, 0 deletions
diff --git a/wizards/source/tools/Strings.xba b/wizards/source/tools/Strings.xba
index e536e945ccea..c1ab298bd677 100644
--- a/wizards/source/tools/Strings.xba
+++ b/wizards/source/tools/Strings.xba
@@ -3,6 +3,12 @@
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Strings" script:language="StarBasic">Option Explicit
Public sProductname as String
+
+Sub Main()
+ Msgbox Round(0.1223,2)
+End Sub
+
+
&apos; Deletes out of a String &apos;BigString&apos; all possible PartStrings, that are summed up
&apos; in the Array &apos;ElimArray&apos;
Function ElimChar(ByVal BigString as String, ElimArray() as String)