diff options
Diffstat (limited to 'source/text/sbasic/shared/03101130.xhp')
-rw-r--r-- | source/text/sbasic/shared/03101130.xhp | 83 |
1 files changed, 42 insertions, 41 deletions
diff --git a/source/text/sbasic/shared/03101130.xhp b/source/text/sbasic/shared/03101130.xhp index ceabcaf4f2..0ddb8a93b1 100644 --- a/source/text/sbasic/shared/03101130.xhp +++ b/source/text/sbasic/shared/03101130.xhp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> - - +<helpdocument version="1.0"> <!-- * This file is part of the LibreOffice project. * @@ -17,52 +16,54 @@ * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . - --> - -<helpdocument version="1.0"> +--> + <meta> -<topic id="textsbasicshared03101130xhp" indexer="include" status="PUBLISH"> -<title id="tit" xml-lang="en-US">DefSng Statement [Runtime]</title> -<filename>/text/sbasic/shared/03101130.xhp</filename> -</topic> -<history> -<created date="2005-04-25T15:25:01">DefSng</created> -</history> + <topic id="textsbasicshared03101130xhp" indexer="include" status="PUBLISH"> + <title id="tit" xml-lang="en-US">DefSng Statement [Runtime]</title> + <filename>/text/sbasic/shared/03101130.xhp</filename> + </topic> </meta> + <body> + + <section id="defsng"> -<bookmark xml-lang="en-US" branch="index" id="bm_id2445142"><bookmark_value>DefSng statement</bookmark_value> +<bookmark xml-lang="en-US" branch="index" id="bm_id2445142"> + <bookmark_value>DefSng statement</bookmark_value> </bookmark> -<paragraph role="heading" id="par_idN10577" xml-lang="en-US" level="1" l10n="NEW"><link href="text/sbasic/shared/03101130.xhp">DefSng Statement [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_idN10587" xml-lang="en-US" l10n="NEW">If no type-declaration character or keyword is specified, the DefSng statement sets the default variable type, according to a letter range.</paragraph> + + +<paragraph id="par_idN10577" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03101130.xhp">DefSng Statement [Runtime]</link></paragraph> +<paragraph id="par_idN10587" role="paragraph" xml-lang="en-US">If no type-declaration character or keyword is specified, the DefSng statement sets the default variable type, according to a letter range.</paragraph> </section> -<paragraph role="heading" id="par_idN1058A" xml-lang="en-US" level="2" l10n="NEW">Syntax:</paragraph> -<bascode>
-<paragraph role="bascode" id="par_idN1058E" xml-lang="en-US">Defxxx Characterrange1[, Characterrange2[,...]]</paragraph>
+ +<paragraph id="par_idN1058A" role="heading" level="2" xml-lang="en-US">Syntax:</paragraph> +<bascode> +<paragraph id="par_idN1058E" role="bascode" xml-lang="en-US">Defxxx Characterrange1[, Characterrange2[,...]]</paragraph> </bascode> -<paragraph role="heading" id="par_idN10591" xml-lang="en-US" level="2" l10n="NEW">Parameters:</paragraph> -<paragraph role="paragraph" id="par_idN10595" xml-lang="en-US" l10n="NEW"> -<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for.</paragraph> -<paragraph role="paragraph" id="par_idN1059C" xml-lang="en-US" l10n="NEW"> -<emph>xxx:</emph> Keyword that defines the default variable type:</paragraph> -<paragraph role="paragraph" id="par_idN105A3" xml-lang="en-US" l10n="NEW"> -<emph>Keyword:</emph> Default variable type</paragraph> -<paragraph role="paragraph" id="par_idN105AA" xml-lang="en-US" l10n="NEW"> -<emph>DefSng:</emph> Single</paragraph> -<paragraph role="heading" id="par_idN105B1" xml-lang="en-US" level="2" l10n="NEW">Example:</paragraph> + +<paragraph id="par_idN10591" role="heading" level="2" xml-lang="en-US">Parameters:</paragraph> +<paragraph id="par_idN10595" role="paragraph" xml-lang="en-US"> <emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for.</paragraph> +<paragraph id="par_idN1059C" role="paragraph" xml-lang="en-US"> <emph>xxx:</emph> Keyword that defines the default variable type:</paragraph> +<paragraph id="par_idN105A3" role="paragraph" xml-lang="en-US"> <emph>Keyword:</emph> Default variable type</paragraph> +<paragraph id="par_idN105AA" role="paragraph" xml-lang="en-US"> <emph>DefSng:</emph> Single</paragraph> + +<paragraph id="par_idN105B1" role="heading" level="2" xml-lang="en-US">Example:</paragraph> <bascode> -<paragraph role="bascode" id="par_idN105B5" xml-lang="en-US">' Prefix definitions for variable types:</paragraph> -<paragraph role="bascode" localize="false" xml-lang="en-US">DefBool b</paragraph> -<paragraph role="bascode" localize="false" xml-lang="en-US">DefDate t</paragraph> -<paragraph role="bascode" localize="false" xml-lang="en-US">DefDbl d</paragraph> -<paragraph role="bascode" localize="false" xml-lang="en-US">DefInt i</paragraph> -<paragraph role="bascode" localize="false" xml-lang="en-US">DefLng l</paragraph> -<paragraph role="bascode" localize="false" xml-lang="en-US">DefObj o</paragraph> -<paragraph role="bascode" localize="false" xml-lang="en-US">DefVar v</paragraph> -<paragraph role="bascode" localize="false" xml-lang="en-US">DefSng s</paragraph> -<paragraph role="bascode" localize="false" xml-lang="en-US">Sub ExampleDefSng</paragraph> -<paragraph role="bascode" id="par_idN105D3" xml-lang="en-US"> sSng=Single ' sSng is an implicit single variable</paragraph> -<paragraph role="bascode" localize="false" xml-lang="en-US">End Sub</paragraph> +<paragraph id="par_idN105B5" role="bascode" xml-lang="en-US">' Prefix definitions for variable types:</paragraph> +<paragraph id="par_idm1341242448" role="bascode" localize="false" xml-lang="en-US">DefBool b</paragraph> +<paragraph id="par_idm1341241216" role="bascode" localize="false" xml-lang="en-US">DefDate t</paragraph> +<paragraph id="par_idm1341239984" role="bascode" localize="false" xml-lang="en-US">DefDbl d</paragraph> +<paragraph id="par_idm1341238752" role="bascode" localize="false" xml-lang="en-US">DefInt i</paragraph> +<paragraph id="par_idm1341237520" role="bascode" localize="false" xml-lang="en-US">DefLng l</paragraph> +<paragraph id="par_idm1341236288" role="bascode" localize="false" xml-lang="en-US">DefObj o</paragraph> +<paragraph id="par_idm1341235056" role="bascode" localize="false" xml-lang="en-US">DefVar v</paragraph> +<paragraph id="par_idm1341233824" role="bascode" localize="false" xml-lang="en-US">DefSng s</paragraph> +<paragraph id="par_idm1341232592" role="bascode" localize="false" xml-lang="en-US">Sub ExampleDefSng</paragraph> +<paragraph id="par_idN105D3" role="bascode" xml-lang="en-US"> sSng=Single ' sSng is an implicit single variable</paragraph> +<paragraph id="par_idm1341230096" role="bascode" localize="false" xml-lang="en-US">End Sub</paragraph> </bascode> </body> -</helpdocument> + +</helpdocument>
\ No newline at end of file |