diff options
Diffstat (limited to 'source/text/sbasic/shared/03101700.xhp')
-rw-r--r-- | source/text/sbasic/shared/03101700.xhp | 27 |
1 files changed, 5 insertions, 22 deletions
diff --git a/source/text/sbasic/shared/03101700.xhp b/source/text/sbasic/shared/03101700.xhp index aa55a51881..4eba9e0787 100644 --- a/source/text/sbasic/shared/03101700.xhp +++ b/source/text/sbasic/shared/03101700.xhp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> - <!-- * This file is part of the LibreOffice project. * @@ -18,7 +17,7 @@ * 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="textsbasicshared03101700xml" indexer="include" status="PUBLISH"> @@ -36,27 +35,11 @@ <paragraph role="heading" id="hd_id3149811" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03101700.xhp" name="DefObj Statement [Runtime]">DefObj Statement [Runtime]</link></paragraph> <paragraph role="paragraph" id="par_id3147573" xml-lang="en-US">Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.</paragraph> </section> -<paragraph role="heading" id="hd_id3150504" xml-lang="en-US" level="2">Syntax:</paragraph> -<bascode> -<paragraph role="bascode" id="par_id3147530" xml-lang="en-US">Defxxx Characterrange1[, Characterrange2[,...]]</paragraph> -</bascode> -<paragraph role="heading" id="hd_id3153896" xml-lang="en-US" level="2">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3148552" xml-lang="en-US"> -<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for.</paragraph> -<paragraph role="paragraph" id="par_id3150358" xml-lang="en-US"> -<emph>xxx:</emph> Keyword that defines the default variable type:</paragraph> -<paragraph role="paragraph" id="par_id3148798" xml-lang="en-US"> -<emph>Keyword: </emph>Default variable type</paragraph> + +<embed href="text/sbasic/shared/03101100.xhp#PrefixDefCommon"/> <paragraph role="paragraph" id="par_id3150769" xml-lang="en-US"> <emph>DefObj:</emph> Object</paragraph> -<paragraph role="heading" id="hd_id3156212" xml-lang="en-US" level="2">Example:</paragraph> -<paragraph role="paragraph" id="par_id3153969" xml-lang="en-US">REM Prefix definitions for variable types:</paragraph> -<paragraph role="paragraph" id="par_id3156424" xml-lang="en-US">DefBool b</paragraph> -<paragraph role="paragraph" id="par_id3159254" xml-lang="en-US">DefDate t</paragraph> -<paragraph role="paragraph" id="par_id3150440" xml-lang="en-US">DefDbL d</paragraph> -<paragraph role="paragraph" id="par_id3161832" xml-lang="en-US">DefInt i</paragraph> -<paragraph role="paragraph" id="par_id3145365" xml-lang="en-US">DefLng l</paragraph> -<paragraph role="paragraph" id="par_id3149481" xml-lang="en-US">DefObj o</paragraph> -<paragraph role="paragraph" id="par_id3152886" xml-lang="en-US">DefVar v</paragraph> + +<embed href="text/sbasic/shared/03101100.xhp#ExamplePrefixDefCommon"/> </body> </helpdocument> |