summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Lima <rafael.palma.lima@gmail.com>2023-12-11 11:59:38 +0100
committerOlivier Hallot <olivier.hallot@libreoffice.org>2023-12-12 17:33:13 +0100
commit9f9629999542a607ae8cf7beddae2e4eb8db0a7e (patch)
tree0639f1ebb648b4ff290b37bc7544df00dc02dc3f
parent564667de83a40fa53b6dfdbfe3d4e02b81f76d83 (diff)
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.lima@gmail.com> (cherry picked from commit 53a2884e42a11e02e747aba28a57563a68e1c1c5) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160633 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--source/text/sbasic/shared/03/sf_dataset.xhp2
1 files changed, 1 insertions, 1 deletions
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"/>