summaryrefslogtreecommitdiff
path: root/source/text/scalc/01/04060110.xhp
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2020-03-17 08:11:45 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-03-18 20:52:16 +0100
commit5708e58ddae44ea7c5f5ad2f76b47be980b53b80 (patch)
treed5d10897b413e3dae55def0ef9d0f7e78a9df1bd /source/text/scalc/01/04060110.xhp
parentb20290463c2aee8a8fa5a8a38a42b5ccde9c2aed (diff)
tdf#131360,tdf#131361 (part) 256 arguments
- update argument limit from 30 to 256 - create embeddedable text reusable for many functions listed in tdf#131360 and tdf#131261 when arguments are strings, integes, numbers, logicals, complex and references - with reduced translation job - fixes CONCAT, TEXTJOIN and CONCATENATE with String arguments. Change-Id: I8a32914c5ef31d796a21cf2ee705b92de7b58f90 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/90613 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/scalc/01/04060110.xhp')
-rw-r--r--source/text/scalc/01/04060110.xhp5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/text/scalc/01/04060110.xhp b/source/text/scalc/01/04060110.xhp
index 5e24c67a82..b9ad5ab2e2 100644
--- a/source/text/scalc/01/04060110.xhp
+++ b/source/text/scalc/01/04060110.xhp
@@ -196,9 +196,8 @@
<paragraph id="par_id3154524" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_VERKETTEN">Combines several text strings into one string.</ahelp></paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id3155954" role="code" xml-lang="en-US">CONCATENATE("Text1"; ...; "Text30")</paragraph>
-<paragraph id="par_id3146847" role="paragraph" xml-lang="en-US"> <emph>Text 1; Text 2; ...</emph> represent up to 30 text passages which are to be combined into one string.</paragraph>
-
+<paragraph id="par_id3155954" role="code" xml-lang="en-US">CONCATENATE( <embedvar href="text/scalc/01/ful_func.xhp#string256_1" markup="keep"/> )</paragraph>
+<embed href="text/scalc/01/ful_func.xhp#string256"/>
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph id="par_id3150008" role="paragraph" xml-lang="en-US"> <item type="input">=CONCATENATE("Good ";"Morning ";"Mrs. ";"Doe")</item> returns: Good Morning Mrs. Doe.</paragraph>
</section>