summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Heinisch <andreas.heinisch@yahoo.de>2021-10-08 19:45:12 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2021-10-12 22:08:40 +0200
commitc0b8265b7148b1860bd47c77e072c3c605b208da (patch)
tree4832e05675a74e1a06e53a5e20d1d42c84b1f573
parent152530c4360c80e9a052c4c883a8e4d53001f364 (diff)
tdf#144924 - Change return type of array elements of the split function
If VBA is not enabled, allow the assignment of variables with different data types to the individual array elements created by the split function. Change-Id: I2acd2088cb4d805c57c25acad9268cb0d703177e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/123164 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--source/text/sbasic/shared/03120314.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03120314.xhp b/source/text/sbasic/shared/03120314.xhp
index 23c8cc4d3a..059f5e95ec 100644
--- a/source/text/sbasic/shared/03120314.xhp
+++ b/source/text/sbasic/shared/03120314.xhp
@@ -44,7 +44,7 @@
</bascode>
<embed href="text/sbasic/shared/00000003.xhp#functvalue"/>
-<paragraph id="par_id3154285" role="paragraph" xml-lang="en-US">String</paragraph>
+<paragraph id="par_id3154285" role="paragraph" xml-lang="en-US">With Option VBASupport 1: String, with Option VBASupport 0: Variant/String</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<paragraph id="par_id3156023" role="paragraph" xml-lang="en-US"> <emph>Text:</emph> Any string expression.</paragraph>