03102100.xhp (253bff03) 03102100.xhp (c2b55da1)
1<?xml version="1.0" encoding="UTF-8"?>
2
3<!--***********************************************************
4 *
5 * Licensed to the Apache Software Foundation (ASF) under one
6 * or more contributor license agreements. See the NOTICE file
7 * distributed with this work for additional information
8 * regarding copyright ownership. The ASF licenses this file

--- 16 unchanged lines hidden (view full) ---

25<meta>
26<topic id="textsbasicshared03102100xml" indexer="include" status="PUBLISH">
27<title id="tit" xml-lang="en-US">Dim Statement [Runtime]</title>
28<filename>/text/sbasic/shared/03102100.xhp</filename>
29</topic>
30</meta>
31<body>
32<section id="dimtext">
1<?xml version="1.0" encoding="UTF-8"?>
2
3<!--***********************************************************
4 *
5 * Licensed to the Apache Software Foundation (ASF) under one
6 * or more contributor license agreements. See the NOTICE file
7 * distributed with this work for additional information
8 * regarding copyright ownership. The ASF licenses this file

--- 16 unchanged lines hidden (view full) ---

25<meta>
26<topic id="textsbasicshared03102100xml" indexer="include" status="PUBLISH">
27<title id="tit" xml-lang="en-US">Dim Statement [Runtime]</title>
28<filename>/text/sbasic/shared/03102100.xhp</filename>
29</topic>
30</meta>
31<body>
32<section id="dimtext">
33<bookmark xml-lang="en-US" branch="index" id="bm_id3149812"><bookmark_value>Dim statement</bookmark_value>
33<bookmark xml-lang="en-US" branch="index" id="bm_id3149812">
34<bookmark_value>Dim statement</bookmark_value>
34<bookmark_value>arrays; dimensioning</bookmark_value>
35<bookmark_value>dimensioning arrays</bookmark_value>
36</bookmark>
37<paragraph role="heading" id="hd_id3149812" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03102100.xhp" name="Dim Statement [Runtime]">Dim Statement [Runtime]</link></paragraph>
38<paragraph role="paragraph" id="par_id3143271" xml-lang="en-US" l10n="U" oldref="2">Declares a variable or an array.</paragraph>
39</section>
40<paragraph role="paragraph" id="par_id3154686" xml-lang="en-US" l10n="U" oldref="3">If the variables are separated by commas (for example, DIM sPar1, sPar2, sPar3 AS STRING), only Variant variables can be defined. Use a separate definition line for each variable.</paragraph>
41<paragraph role="code" id="par_id3156422" xml-lang="en-US" l10n="U" oldref="4">DIM sPar1 AS STRING</paragraph>

--- 68 unchanged lines hidden ---
35<bookmark_value>arrays; dimensioning</bookmark_value>
36<bookmark_value>dimensioning arrays</bookmark_value>
37</bookmark>
38<paragraph role="heading" id="hd_id3149812" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03102100.xhp" name="Dim Statement [Runtime]">Dim Statement [Runtime]</link></paragraph>
39<paragraph role="paragraph" id="par_id3143271" xml-lang="en-US" l10n="U" oldref="2">Declares a variable or an array.</paragraph>
40</section>
41<paragraph role="paragraph" id="par_id3154686" xml-lang="en-US" l10n="U" oldref="3">If the variables are separated by commas (for example, DIM sPar1, sPar2, sPar3 AS STRING), only Variant variables can be defined. Use a separate definition line for each variable.</paragraph>
42<paragraph role="code" id="par_id3156422" xml-lang="en-US" l10n="U" oldref="4">DIM sPar1 AS STRING</paragraph>

--- 68 unchanged lines hidden ---