diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-05-27 13:22:38 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-05-28 14:45:40 +0200 |
commit | 99ebed65db57abb67aa4765f636de2c3c60c10a9 (patch) | |
tree | ae99c783dacaad9e8f415258c11d5ba138781612 | |
parent | 5edd31fd783de27dec830907b18651ec8f8c9261 (diff) |
tdf#159872 Review Help for RANDARRAY function
+ Fix syntax definition
Change-Id: I9acde26c9d6237409813939b1bd1c23e3d61f862
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/168110
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/scalc/01/func_randarray.xhp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/source/text/scalc/01/func_randarray.xhp b/source/text/scalc/01/func_randarray.xhp index 1a746c97e0..9ec298ad44 100644 --- a/source/text/scalc/01/func_randarray.xhp +++ b/source/text/scalc/01/func_randarray.xhp @@ -18,14 +18,14 @@ <body> <bookmark id="bm_id221708806478124" branch="hid/SC_HID_FUNC_RANDARRAY_MS" localize="false"/> <bookmark branch="index" id="bm_id361708283183878"> - <bookmark_value>RANDARRAY function</bookmark_value> +<bookmark_value>RANDARRAY function</bookmark_value> </bookmark> <section id="randarray"> <h1 id="hd_id901708806478126"><variable id="h1"><link href="text/scalc/01/func_randarray.xhp">RANDARRAY</link></variable></h1> <paragraph id="par_id771708806478128" role="paragraph">Generates an array of random numbers between two limit values.</paragraph> </section> <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> -<paragraph role="code" id="par_id211708281649651">RANDARRAY([Rows], [Columns], [Min], [Max], [Integers])</paragraph> +<paragraph role="code" id="par_id211708281649651">RANDARRAY([Rows [; Columns [; Min [; Max [; Integers] ] ] ])</paragraph> <paragraph role="paragraph" id="par_id101715616072623"><emph>Rows</emph>: (optional) the number of rows to return. If omitted, the value is 1.</paragraph> <paragraph role="paragraph" id="par_id271715616076797"><emph>Columns</emph>: (optional) the number of columns to return. If omitted, the value is 1.</paragraph> <paragraph role="paragraph" id="par_id171715616081037"><emph>Min</emph>: (optional) The lower limit of the generated numbers. If omitted, the minimum value is 0.</paragraph> @@ -33,8 +33,9 @@ <paragraph role="paragraph" id="par_id511715616090373"><emph>Integers</emph>: (optional) returns whole numbers (TRUE) or decimal numbers (FALSE). Default is FALSE.</paragraph> <note id="par_id821708357634624">If <emph>Rows</emph> and <emph>Columns</emph> are greater than 1, the RANDARRAY function must be entered as an <link href="text/scalc/01/04060107.xhp#creating_array_formulas">array formula</link>.</note> <paragraph role="paragraph" id="par_id141715790327107">If <emph>Rows</emph> or <emph>Columns</emph> are references to the content of other cells, the array dimensions do not change when the referenced content changes. The array formula must be deleted and re-entered.</paragraph> +<embed href="text/scalc/01/common_func.xhp#optional_args"/> <embed href="text/scalc/01/ful_func.xhp#func_head_example"/> -<paragraph role="paragraph" id="par_id521715616457946"><input>{=RANDARRAY(10,4,10,50,1)}</input> returns an array of 10 rows, 4 columns with minimum value 10 and maximum value of 50 of whole numbers (integers).</paragraph> +<paragraph role="paragraph" id="par_id521715616457946"><input>{=RANDARRAY(10;4;10;50;1)}</input> returns an array of 10 rows, 4 columns with minimum value 10 and maximum value of 50 of whole numbers (integers).</paragraph> <embed href="text/scalc/01/common_func.xhp#sectiontechinfo"/> <embed href="text/scalc/00/avail_release.xhp#24.8"/> <embed href="text/scalc/01/common_func.xhp#notODFF"/> |