diff options
author | Steve Fanning <stevemfanning@yahoo.co.uk> | 2021-07-15 22:27:11 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-07-15 23:06:02 +0200 |
commit | 11c68842e216735f261fd065750a91ba98b42be1 (patch) | |
tree | a5022cbaeea1be5a902fd05bcdd07d18fab3c9f9 /source | |
parent | 5314f2bf56153760b4d704eb971b41638fc4c4d1 (diff) |
Correct misleading descriptions of parameters passed to Calc's REPLACEB function.
Change-Id: Ib145bf71a258f5f58fac4ed90a7a3e3ff509a454
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118925
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/01/func_replaceb.xhp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/source/text/scalc/01/func_replaceb.xhp b/source/text/scalc/01/func_replaceb.xhp index 52966391cb..a2e85b72c2 100644 --- a/source/text/scalc/01/func_replaceb.xhp +++ b/source/text/scalc/01/func_replaceb.xhp @@ -28,14 +28,16 @@ <embed href="text/scalc/00/avail_release.xhp#6.0"/> <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> <paragraph role="code" id="par_id701542231253817" xml-lang="en-US">REPLACEB( Text ; Position ; Length ; NewText )</paragraph> - <paragraph role="paragraph" id="par_id331573510857418"><emph>Text</emph>: A text expression or reference to a cell containing a text expression in which the characters are to be replaced.</paragraph> - <paragraph role="paragraph" id="par_id431573510862075"><emph>Position</emph>: the character position from which text is to be replaced. </paragraph> - <paragraph role="paragraph" id="par_id481573510866260"><emph>Length</emph>: the number of characters to be replaced.</paragraph> + <paragraph role="paragraph" id="par_id331573510857418"><emph>Text</emph>: A text expression or reference to a cell containing a text expression in which the bytes are to be replaced.</paragraph> + <paragraph role="paragraph" id="par_id431573510862075"><emph>Position</emph>: the byte position from which text is to be replaced. </paragraph> + <paragraph role="paragraph" id="par_id481573510866260"><emph>Length</emph>: the number of bytes to be replaced.</paragraph> <paragraph role="paragraph" id="par_id911573510871412"><emph>NewText</emph>: the text to be inserted.</paragraph> <embed href="text/scalc/01/ful_func.xhp#func_head_example"/> <paragraph role="paragraph" id="par_id431573515742206"><input>=REPLACEB("ᄩᄔᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ";4;1;"ab")</input> returns "ᄩ abᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ" .</paragraph> + <tip id="par_id721626381053212">Refer to the <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/REPLACEB" name="REPLACEB_Wiki">REPLACEB</link> wiki page for more details about this function.</tip> + <section id="relatedtopics"> <paragraph role="paragraph" localize="false" id="par_id171573510071709"><embedvar href="text/scalc/01/func_findb.xhp#findb" markup="ignore"/></paragraph> <paragraph role="paragraph" localize="false" id="par_id831573510098350"><embedvar href="text/scalc/01/func_searchb.xhp#searchb" markup="ignore"/></paragraph> |