summaryrefslogtreecommitdiffstats
path: root/source/text/sbasic/shared/03/sf_array.xhp
diff options
context:
space:
mode:
authorAlain Romedenne <LibreOfficiant@sfr.fr>2021-02-10 15:01:28 +0100
committerRafael Lima <rafael.palma.lima@gmail.com>2021-02-12 18:42:16 +0100
commitd5eb6397f3b58d19d442c85aa4243ace4914bb59 (patch)
tree3644da13306b481ba7b297ff9fcfee8ccdd3ed1f /source/text/sbasic/shared/03/sf_array.xhp
parentupdate Exceptions options in AutoCorrect dialog (diff)
downloadhelp-d5eb6397f3b58d19d442c85aa4243ace4914bb59.tar.gz
help-d5eb6397f3b58d19d442c85aa4243ace4914bb59.zip
sf_session new help page
- extra bookmark & link in sf_array - typo in py2bas - typo in sf-string Change-Id: I508722de9b4cb1e55e203ba97b470b28f1ba03ae Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110678 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
Diffstat (limited to 'source/text/sbasic/shared/03/sf_array.xhp')
-rw-r--r--source/text/sbasic/shared/03/sf_array.xhp8
1 files changed, 6 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03/sf_array.xhp b/source/text/sbasic/shared/03/sf_array.xhp
index c4df6ba66c..d4b65fb016 100644
--- a/source/text/sbasic/shared/03/sf_array.xhp
+++ b/source/text/sbasic/shared/03/sf_array.xhp
@@ -17,6 +17,10 @@
<body>
<section id="abstract">
+ <bookmark xml-lang="en-US" branch="index" id="bm_id281613039222756">
+ <bookmark_value>Array service</bookmark_value>
+ </bookmark>
+
<h1 id="bm_id781582391760253" xml-lang="en-US"><variable id="ArrayService"><link href="text/sbasic/shared/03/sf_array.xhp" name="ScriptForge.Array Service"><literal>ScriptForge</literal>.<literal>Array</literal> service</link></variable></h1>
<paragraph role="paragraph" id="par_id991582454416549" xml-lang="en-US">Provides a collection of methods for manipulating and transforming arrays of one dimension (vectors) and arrays of two dimensions (matrices). This includes set operations, sorting, importing to and exporting from text files.</paragraph>
<paragraph role="paragraph" id="par_id681609955015503">Arrays with more than two dimensions cannot be used with the methods in this service, the only exception being the <literal>CountDims</literal> method that accepts Arrays with any number of dimensions.</paragraph>
@@ -197,7 +201,7 @@
<bookmark_value>Array service;ConvertToDictionary</bookmark_value>
</bookmark>
<h2 id="hd_id541582557214489" localize="false">ConvertToDictionary</h2>
- <paragraph role="paragraph" id="par_id71582557214489">Store the content of a 2-columns array into a <literal>ScriptForge</literal> <link href="text/sbasic/shared/03/sf_dictionary.xhp" name="dictionary">Dictionary</link> object.
+ <paragraph role="paragraph" id="par_id71582557214489">Store the content of a 2-columns array into a <link href="text/sbasic/shared/03/sf_dictionary.xhp" name="dictionary">ScriptForge.Dictionary</link> object.
<br/>The key will be extracted from the first column, the item from the second.</paragraph>
<h3 id="hd_id481582557214489" localize="false"><embedvar href="text/sbasic/shared/00000003.xhp#functsyntax"/></h3>
<bascode>
@@ -904,7 +908,7 @@
<section id="relatedtopics">
<embed href="text/scalc/01/04060107.xhp#arrayfunctit"/>
<embed href="text/sbasic/shared/calc_functions.xhp#CallingCalcFunctionsh1"/>
- <!-- <embed href="text/sbasic/shared/03/sf_dictionary.xhp#dict_h1"/> -->
+ <embed href="text/sbasic/shared/03/sf_dictionary.xhp#SFDictionary"/>
</section>
</body>