diff options
Diffstat (limited to 'source/text/sbasic/shared/03104300.xhp')
-rw-r--r-- | source/text/sbasic/shared/03104300.xhp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/sbasic/shared/03104300.xhp b/source/text/sbasic/shared/03104300.xhp index 7e299ed71d..991d76f967 100644 --- a/source/text/sbasic/shared/03104300.xhp +++ b/source/text/sbasic/shared/03104300.xhp @@ -35,18 +35,18 @@ <paragraph role="heading" id="hd_id3150616" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03104300.xhp">DimArray Function</link></paragraph> <paragraph role="paragraph" id="par_id3153527" xml-lang="en-US">Returns a Variant array.</paragraph> </section> -<paragraph role="heading" id="hd_id3149762" xml-lang="en-US" level="2">Syntax:</paragraph> +<h2 id="hd_id3149762">Syntax:</h2> <bascode> <paragraph role="bascode" id="par_id3148473" xml-lang="en-US">DimArray (ArgumentList)</paragraph> </bascode> <paragraph role="paragraph" id="par_id3154142" xml-lang="en-US">See also <link href="text/sbasic/shared/03104200.xhp">Array</link></paragraph> <paragraph role="paragraph" id="par_id3156023" xml-lang="en-US">If no parameters are passed, an empty array is created (like Dim A() that is the same as a sequence of length 0 in Uno). If parameters are specified, a dimension is created for each parameter.</paragraph> -<paragraph role="heading" id="hd_id3154760" xml-lang="en-US" level="2">Parameters:</paragraph> +<h2 id="hd_id3154760">Parameters:</h2> <paragraph role="paragraph" id="par_id3159414" xml-lang="en-US"> <emph>ArgumentList:</emph> A list of any number of arguments that are separated by commas.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err9"/> -<paragraph role="heading" id="hd_id3150358" xml-lang="en-US" level="2">Example:</paragraph> +<h2 id="hd_id3150358">Example:</h2> <bascode> <paragraph role="bascode" id="par_id3154939" xml-lang="en-US">a = DimArray( 2, 2, 4 ) ' is the same as DIM a( 2, 2, 4 )</paragraph> </bascode> |