summaryrefslogtreecommitdiffstats
path: root/source/text/scalc/01/func_textjoin.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/func_textjoin.xhp
parenttdf#131036 add note to Hatch help page about "rename" and "delete" (diff)
downloadhelp-5708e58ddae44ea7c5f5ad2f76b47be980b53b80.tar.gz
help-5708e58ddae44ea7c5f5ad2f76b47be980b53b80.zip
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/func_textjoin.xhp')
-rw-r--r--source/text/scalc/01/func_textjoin.xhp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/scalc/01/func_textjoin.xhp b/source/text/scalc/01/func_textjoin.xhp
index 0b24f81614..f2878ff7b1 100644
--- a/source/text/scalc/01/func_textjoin.xhp
+++ b/source/text/scalc/01/func_textjoin.xhp
@@ -26,10 +26,10 @@
</section>
<embed href="text/scalc/00/avail_release.xhp#5.2"/>
<embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/>
- <paragraph role="code" id="par_id541556228253979">TEXTJOIN( delimiter, skip_empty, string1[, string2][, …] )</paragraph>
+ <paragraph role="code" id="par_id541556228253979">TEXTJOIN( delimiter, skip_empty, <embedvar href="text/scalc/01/ful_func.xhp#string256_1" markup="keep"/> )</paragraph>
<paragraph role="paragraph" id="par_id741556228390897"><emph>delimiter</emph> is a text string and can be a range.</paragraph>
<paragraph role="paragraph" id="par_id621556228397269"><emph>skip_empty</emph> is a logical (TRUE or FALSE, 1 or 0) argument. When TRUE, empty strings will be ignored.</paragraph>
- <paragraph role="paragraph" id="par_id631556228516997"><emph>string1[, string2][, …]</emph> are strings or references to cells or ranges that contains text to join.</paragraph>
+ <embed href="text/scalc/01/ful_func.xhp#string256"/>
<paragraph role="paragraph" id="par_id1001556228523394">Ranges are traversed row by row (from top to bottom).</paragraph>
<paragraph role="paragraph" id="par_id81556228530082">If <emph>delimiter</emph> is a range, the range need not be of the same size as the number of strings to be joined.</paragraph>
<paragraph role="paragraph" id="par_id831556228543099">If there are more delimiters than strings to be joined, not all delimiters will be used.</paragraph>