source/text/sbasic/shared/03/sf_dataset.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9f9629999542a607ae8cf7beddae2e4eb8db0a7e Author: Rafael Lima <rafael.palma.l...@gmail.com> AuthorDate: Mon Dec 11 11:59:38 2023 +0100 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Tue Dec 12 17:33:13 2023 +0100 Improve sentence on SF_Dataset help page This patch improves a sentence following a suggestion in Weblate. Change-Id: Iff1574d6a960daf6c29cdf67ccee3df1d6a6f29e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160575 Tested-by: Jenkins Reviewed-by: Rafael Lima <rafael.palma.l...@gmail.com> (cherry picked from commit 53a2884e42a11e02e747aba28a57563a68e1c1c5) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160633 Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org> diff --git a/source/text/sbasic/shared/03/sf_dataset.xhp b/source/text/sbasic/shared/03/sf_dataset.xhp index 112a21dbbc..47158a535e 100644 --- a/source/text/sbasic/shared/03/sf_dataset.xhp +++ b/source/text/sbasic/shared/03/sf_dataset.xhp @@ -474,7 +474,7 @@ </paragraph> <embed href="text/sbasic/shared/00000003.xhp#functparameters"/> <paragraph role="paragraph" id="par_id381701010547515"><emph>header</emph>: Set this argument to <literal>True</literal> to make the first entry in the <literal>Array</literal> contain the column headers (Default = <literal>False</literal>).</paragraph> - <paragraph role="paragraph" id="par_id381701012520715"><emph>maxrows</emph>: Define the maximum number of records to be returned. If the number of existing records is smaller than <literal>maxrows</literal>, then the returned array will have only the existing records. Leave this argument blank or set it to zero to return all rows in the dataset (Default = 0)</paragraph> + <paragraph role="paragraph" id="par_id381701012520715"><emph>maxrows</emph>: Defines the maximum number of records to be returned. If the number of existing records is smaller than <literal>maxrows</literal>, then the size of the returned array will be equal to the number of remaining records in the dataset. Leave this argument blank or set it to zero to return all rows in the dataset (Default = 0)</paragraph> <embed href="text/sbasic/shared/00000003.xhp#functexample"/> <paragraph role="paragraph" id="par_id171701202610657">The following example reads a dataset in chunks of 100 rows until all the dataset has been read.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>