diff options
Diffstat (limited to 'source/text/sbasic/shared/collection.xhp')
-rw-r--r-- | source/text/sbasic/shared/collection.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/collection.xhp b/source/text/sbasic/shared/collection.xhp index 6652dc52de..79f57651b8 100644 --- a/source/text/sbasic/shared/collection.xhp +++ b/source/text/sbasic/shared/collection.xhp @@ -32,7 +32,7 @@ <bookmark xml-lang="en-US" localize="false" branch="index" id="bm_id3149225890"> <bookmark_value>Collection;Count</bookmark_value> </bookmark> - <h1 id="hd_id791633472607429"><variable id="Collection_h1"><link href="text/sbasic/shared/collection.xhp" name="New_Operator">Collection Object</link></variable></h1> + <h1 id="hd_id791633472607429"><variable id="Collection_h1"><link href="text/sbasic/shared/collection.xhp">Collection Object</link></variable></h1> <paragraph role="paragraph" id="par_id581633961735332">Collections can be used to store items of different types. Each item can be accessed by its index or by an optional key associated with it.</paragraph> </section> <paragraph role="paragraph" id="par_id131633961959816">A <literal>Collection</literal> object has the following methods:</paragraph> @@ -51,7 +51,7 @@ </listitem> </list> <note id="par_id221633976539661">Items in a Collection can be accessed either by their indices (as in a 1-based single-dimensional Array) or by their associated keys.</note> - <tip id="par_id811634214809970">The <link href="text/sbasic/shared/03/sf_dictionary.xhp" name="SFDic_link"><literal>ScriptForge Dictionary</literal></link> service extends the <literal>Collection</literal> object by providing supplemental features as key retrieval and replacement, as well as import/export to Array objects and JSON strings.</tip> + <tip id="par_id811634214809970">The <link href="text/sbasic/shared/03/sf_dictionary.xhp"><literal>ScriptForge Dictionary</literal></link> service extends the <literal>Collection</literal> object by providing supplemental features as key retrieval and replacement, as well as import/export to Array objects and JSON strings.</tip> <h2 id="hd_id51633962353863">Creating a Collection</h2> <paragraph role="paragraph" id="par_id491633962366024">To create a <literal>Collection</literal> use the <literal>New</literal> keyword. The following example creates a <literal>Collection</literal> object and populates it with three items:</paragraph> <bascode> |