diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-12-03 15:19:17 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-12-03 18:34:02 +0100 |
commit | c9620f4bf875b3cd86c7ea233d4678fde90e52d5 (patch) | |
tree | e2cb683d7762861fc8c880bbf43676be44874d36 | |
parent | 8b26bf1947f18d99ec5e549cf94072b2e330399b (diff) |
tdf#84675 Add vb* VBA constants documentation
Added vb* constants as described in
basic/source/comp/parser.cxx
Change-Id: I7a811ab5ba9af741afc43f93a4e96e018deef826
Reviewed-on: https://gerrit.libreoffice.org/45748
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit 8d6f11fb06d76847256dd9baff120a0e7ea5139c)
Reviewed-on: https://gerrit.libreoffice.org/45749
-rw-r--r-- | source/text/sbasic/shared/00000003.xhp | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/03040000.xhp | 467 |
2 files changed, 285 insertions, 184 deletions
diff --git a/source/text/sbasic/shared/00000003.xhp b/source/text/sbasic/shared/00000003.xhp index 171d36ad62..a067682d98 100644 --- a/source/text/sbasic/shared/00000003.xhp +++ b/source/text/sbasic/shared/00000003.xhp @@ -181,7 +181,7 @@ </section> <section id="vbasupport"> -<paragraph id="par_id051920171018124524" role="warning" xml-lang="en-US">This function is enabled with the statement <item type="literal">Option VBASupport 1</item> placed before the executable program code in a module.</paragraph> +<paragraph id="par_id051920171018124524" role="warning" xml-lang="en-US">This function or constant is enabled with the statement <item type="literal">Option VBASupport 1</item> placed before the executable program code in a module.</paragraph> </section> <section id="functsyntax"> diff --git a/source/text/sbasic/shared/03040000.xhp b/source/text/sbasic/shared/03040000.xhp index ec80f030d6..4b58867b91 100644 --- a/source/text/sbasic/shared/03040000.xhp +++ b/source/text/sbasic/shared/03040000.xhp @@ -1,201 +1,302 @@ <?xml version="1.0" encoding="UTF-8"?> <helpdocument version="1.0"> -<!-- - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * 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 . ---> + <!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * 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 . + --> -<meta> - <topic id="textsbasicshared03040000xml"> - <title id="tit" xml-lang="en-US">Basic Constants</title> - <filename>/text/sbasic/shared/03040000.xhp</filename> - </topic> -</meta> + <meta> + <topic id="textsbasicshared03040000xml"> + <title id="tit" xml-lang="en-US">Basic Constants</title> + <filename>/text/sbasic/shared/03040000.xhp</filename> + </topic> + </meta> -<body> + <body> + <section id="basic_constants"> + <bookmark xml-lang="en-US" branch="index" id="bm_id051720170831387233"> + <bookmark_value>Pi;Basic constant</bookmark_value> + <bookmark_value>Null;Basic constant</bookmark_value> + <bookmark_value>Empty;Basic constant</bookmark_value> + <bookmark_value>Nothing;Basic constant</bookmark_value> + <bookmark_value>Basic constant;Nothing</bookmark_value> + <bookmark_value>Basic constant;Null</bookmark_value> + <bookmark_value>Basic constant;Empty</bookmark_value> + <bookmark_value>Basic constant;Pi</bookmark_value> + <bookmark_value>Basic constant;False</bookmark_value> + <bookmark_value>Basic constant;True</bookmark_value> + <bookmark_value>VBA Exclusive constants</bookmark_value> + </bookmark> -<section id="basic_constants"> -<bookmark xml-lang="en-US" branch="index" id="bm_id051720170831387233"> - <bookmark_value>Pi;Basic constant</bookmark_value> - <bookmark_value>Null;Basic constant</bookmark_value> - <bookmark_value>Empty;Basic constant</bookmark_value> - <bookmark_value>Nothing;Basic constant</bookmark_value> - <bookmark_value>Basic constant;Nothing</bookmark_value> - <bookmark_value>Basic constant;Null</bookmark_value> - <bookmark_value>Basic constant;Empty</bookmark_value> - <bookmark_value>Basic constant;Pi</bookmark_value> - <bookmark_value>Basic constant;False</bookmark_value> - <bookmark_value>Basic constant;True</bookmark_value> -</bookmark> + <paragraph id="hd_id051620171022255424" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03040000.xhp">Basic Constants</link></paragraph> + <paragraph id="par_id051620171022384640" role="paragraph" xml-lang="en-US"><ahelp hid=".">Constants used in Basic programs</ahelp></paragraph> + </section> + <paragraph id="par_id051620171022382581" role="heading" level="2" xml-lang="en-US">Boolean constants</paragraph> -<paragraph id="hd_id051620171022255424" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03040000.xhp">Basic Constants</link></paragraph> -<paragraph id="par_id051620171022384640" role="paragraph" xml-lang="en-US"><ahelp hid=".">Constants used in Basic programs</ahelp></paragraph> -</section> + <table id="tbl_051620171030174631"> + <tablerow> + <tablecell> + <paragraph id="par_id051620171114565335" role="tablehead" xml-lang="en-US">Name</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id051620171114565484" role="tablehead" xml-lang="en-US">Type</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id051620171114563271" role="tablehead" xml-lang="en-US">Value</paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> + <paragraph id="par_id051620171114567378" role="tablecontent" localize="false" xml-lang="en-US">True</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id051620171114563299" role="tablecontent" localize="false" xml-lang="en-US">Boolean</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id051620171114565603" role="tablecontent" localize="false" xml-lang="en-US">1</paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> + <paragraph id="par_id051620171114564178" role="tablecontent" localize="false" xml-lang="en-US">False</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id051620171114566455" role="tablecontent" localize="false" xml-lang="en-US">Boolean</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id051620171114563986" role="tablecontent" localize="false" xml-lang="en-US">0</paragraph> + </tablecell> + </tablerow> + </table> -<paragraph id="par_id051620171022382581" role="heading" level="2" xml-lang="en-US">Boolean constants</paragraph> + <embed href="text/sbasic/shared/00000003.xhp#functexample"/> + <bascode> + <paragraph id="par_id051620171114567539" role="bascode" localize="false" xml-lang="en-US">Dim bPositive as Boolean</paragraph> + <paragraph id="par_id051620171114574976" role="bascode" localize="false" xml-lang="en-US">bPositive = True</paragraph> + </bascode> -<table id="tbl_051620171030174631"> - <tablerow> - <tablecell> - <paragraph id="par_id051620171114565335" role="tablehead" xml-lang="en-US">Name</paragraph> - </tablecell> - <tablecell> - <paragraph id="par_id051620171114565484" role="tablehead" xml-lang="en-US">Type</paragraph> - </tablecell> - <tablecell> - <paragraph id="par_id051620171114563271" role="tablehead" xml-lang="en-US">Value</paragraph> - </tablecell> - </tablerow> - <tablerow> - <tablecell> - <paragraph id="par_id051620171114567378" role="tablecontent" localize="false" xml-lang="en-US">True</paragraph> - </tablecell> - <tablecell> - <paragraph id="par_id051620171114563299" role="tablecontent" localize="false" xml-lang="en-US">Boolean</paragraph> - </tablecell> - <tablecell> - <paragraph id="par_id051620171114565603" role="tablecontent" localize="false" xml-lang="en-US">1</paragraph> - </tablecell> - </tablerow> - <tablerow> - <tablecell> - <paragraph id="par_id051620171114564178" role="tablecontent" localize="false" xml-lang="en-US">False</paragraph> - </tablecell> - <tablecell> - <paragraph id="par_id051620171114566455" role="tablecontent" localize="false" xml-lang="en-US">Boolean</paragraph> - </tablecell> - <tablecell> - <paragraph id="par_id051620171114563986" role="tablecontent" localize="false" xml-lang="en-US">0</paragraph> - </tablecell> - </tablerow> -</table> + <paragraph id="hd_id051620171114573549" role="heading" level="2" xml-lang="en-US">Mathematical constant</paragraph> + <table id="tbl_051620171031298215"> + <tablerow> + <tablecell> + <paragraph id="par_id051620171114576150" role="tablehead" xml-lang="en-US">Name</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id051620171114575122" role="tablehead" xml-lang="en-US">Type</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id051620171114574987" role="tablehead" xml-lang="en-US">Value</paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> + <paragraph id="par_id051620171114574028" role="tablecontent" localize="false" xml-lang="en-US">Pi</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id051620171114571506" role="tablecontent" localize="false" xml-lang="en-US">Double</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id051620171114576361" role="tablecontent" localize="false" xml-lang="en-US">3.14159265358979</paragraph> + </tablecell> + </tablerow> + </table> -<paragraph id="hd_id051620171114566623" role="heading" level="2" xml-lang="en-US">Example</paragraph> -<bascode> -<paragraph id="par_id051620171114567539" role="bascode" localize="false" xml-lang="en-US">Dim bPositive as Boolean</paragraph> -<paragraph id="par_id051620171114574976" role="bascode" localize="false" xml-lang="en-US">bPositive = True</paragraph> -</bascode> + <embed href="text/sbasic/shared/00000003.xhp#functexample"/> + <bascode> + <paragraph id="par_id051620171114575849" role="bascode" localize="false" xml-lang="en-US">Function Rad2Deg( aRad as Double) As Double</paragraph> + <paragraph id="par_id051620171114575132" role="bascode" localize="false" xml-lang="en-US"> Rad2Deg = aRad * 180.00 / Pi</paragraph> + <paragraph id="par_id051620171114571381" role="bascode" localize="false" xml-lang="en-US">End Function</paragraph> + </bascode> -<paragraph id="hd_id051620171114573549" role="heading" level="2" xml-lang="en-US">Mathematical constant</paragraph> + <paragraph id="hd_id051620171114576454" role="heading" level="2" xml-lang="en-US">Object Constants</paragraph> -<table id="tbl_051620171031298215"> - <tablerow> - <tablecell> - <paragraph id="par_id051620171114576150" role="tablehead" xml-lang="en-US">Name</paragraph> - </tablecell> - <tablecell> - <paragraph id="par_id051620171114575122" role="tablehead" xml-lang="en-US">Type</paragraph> - </tablecell> - <tablecell> - <paragraph id="par_id051620171114574987" role="tablehead" xml-lang="en-US">Value</paragraph> - </tablecell> - </tablerow> - <tablerow> - <tablecell> - <paragraph id="par_id051620171114574028" role="tablecontent" localize="false" xml-lang="en-US">Pi</paragraph> - </tablecell> - <tablecell> - <paragraph id="par_id051620171114571506" role="tablecontent" localize="false" xml-lang="en-US">Double</paragraph> - </tablecell> - <tablecell> - <paragraph id="par_id051620171114576361" role="tablecontent" localize="false" xml-lang="en-US">3.14159265358979</paragraph> - </tablecell> - </tablerow> -</table> + <table id="tbl_051620171033491648"> + <tablerow> + <tablecell> + <paragraph id="par_id051620171114576921" role="tablehead" xml-lang="en-US">Name</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id051620171114578188" role="tablehead" xml-lang="en-US">Type</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id051720170824099845" role="tablehead" xml-lang="en-US">Usage</paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> + <paragraph id="par_id051620171114575052" role="tablecontent" localize="false" xml-lang="en-US">Empty</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id051620171114576734" role="tablecontent" localize="false" xml-lang="en-US">Variant</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id05172017082409622" role="tablecontent" xml-lang="en-US">The <emph>Empty</emph> value indicates that the variable is not initialized.</paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> + <paragraph id="par_id051620171114577892" role="tablecontent" localize="false" xml-lang="en-US">Null</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id051620171114571232" role="tablecontent" localize="false" xml-lang="en-US">null</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id051720170824093395" role="tablecontent" xml-lang="en-US">Indicates that the variable does not contain data.</paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> + <paragraph id="par_id051720170824091253" role="tablecontent" localize="false" xml-lang="en-US">Nothing</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id051720170824091966" role="tablecontent" localize="false" xml-lang="en-US">Object</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id051720170824097935" role="paragraph" xml-lang="en-US">Assign the <emph>Nothing</emph> object to a variable to remove a previous assignment.</paragraph> + </tablecell> + </tablerow> + </table> + <embed href="text/sbasic/shared/00000003.xhp#functexample"/> + <bascode> + <paragraph id="par_id051620171114575772" role="bascode" localize="false" xml-lang="en-US">SubExampleEmpty</paragraph> + <paragraph id="par_id051620171114572075" role="bascode" localize="false" xml-lang="en-US">Dim sVar As Variant</paragraph> + <paragraph id="par_id051620171114579662" role="bascode" localize="false" xml-lang="en-US"> sVar = Empty</paragraph> + <paragraph id="par_id051620171114577052" role="bascode" localize="false" xml-lang="en-US"> Print IsEmpty(sVar) ' Returns True</paragraph> + <paragraph id="par_id051620171114576576" role="bascode" localize="false" xml-lang="en-US">End Sub</paragraph> + <paragraph id="par_id051620171114573781" role="bascode" localize="false" xml-lang="en-US">Sub ExampleNull</paragraph> + <paragraph id="par_id051620171114584136" role="bascode" localize="false" xml-lang="en-US">Dim vVar As Variant</paragraph> + <paragraph id="par_id05162017111458231" role="bascode" localize="false" xml-lang="en-US"> MsgBox IsNull(vVar)</paragraph> + <paragraph id="par_id051620171114581488" role="bascode" localize="false" xml-lang="en-US">End Sub</paragraph> + <paragraph id="par_id051720170824102912" role="bascode" localize="false" xml-lang="en-US">Sub ExampleNothing</paragraph> + <paragraph id="par_id051720170824104202" role="bascode" localize="false" xml-lang="en-US">Dim oDoc As Object</paragraph> + <paragraph id="par_id051720170824102971" role="bascode" localize="false" xml-lang="en-US"> Set oDoc = ThisComponent</paragraph> + <paragraph id="par_id051720170824104997" role="bascode" localize="false" xml-lang="en-US"> Print oDoc.Title</paragraph> + <paragraph id="par_id051720170824104443" role="bascode" localize="false" xml-lang="en-US"> oDoc = Nothing</paragraph> + <paragraph id="par_id051720170824106132" role="bascode" localize="false" xml-lang="en-US"> Print oDoc ‘ Error</paragraph> + <paragraph id="par_id051720170824103527" role="bascode" localize="false" xml-lang="en-US">End Sub</paragraph> + </bascode> + <paragraph role="heading" id="hd_id661512312593832" level="2" xml-lang="en-US">Additional VBA constants</paragraph> + <paragraph role="paragraph" id="par_id111512312705893" xml-lang="en-US">The following constants are avalable when VBA compatibility mode is enabled</paragraph> -<paragraph id="hd_id051620171114571721" role="heading" level="2" xml-lang="en-US">Example</paragraph> -<bascode> -<paragraph id="par_id051620171114575849" role="bascode" localize="false" xml-lang="en-US">Function Rad2Deg( aRad as Double) As Double</paragraph> -<paragraph id="par_id051620171114575132" role="bascode" localize="false" xml-lang="en-US">Rad2Deg = aRad * 180.00 / Pi</paragraph> -<paragraph id="par_id051620171114571381" role="bascode" localize="false" xml-lang="en-US">End Function</paragraph> -</bascode> - -<paragraph id="hd_id051620171114576454" role="heading" level="2" xml-lang="en-US">Object Constants</paragraph> - -<table id="tbl_051620171033491648"> - <tablerow> - <tablecell> - <paragraph id="par_id051620171114576921" role="tablehead" xml-lang="en-US">Name</paragraph> - </tablecell> - <tablecell> - <paragraph id="par_id051620171114578188" role="tablehead" xml-lang="en-US">Type</paragraph> - </tablecell> - <tablecell> - <paragraph id="par_id051720170824099845" role="tablehead" xml-lang="en-US">Usage</paragraph> - </tablecell> - </tablerow> - <tablerow> - <tablecell> - <paragraph id="par_id051620171114575052" role="tablecontent" localize="false" xml-lang="en-US">Empty</paragraph> - </tablecell> - <tablecell> - <paragraph id="par_id051620171114576734" role="tablecontent" localize="false" xml-lang="en-US">Variant</paragraph> - </tablecell> - <tablecell> - <paragraph id="par_id05172017082409622" role="tablecontent" xml-lang="en-US">The <emph>Empty</emph> value indicates that the variable is not initialized.</paragraph> - </tablecell> - </tablerow> - <tablerow> - <tablecell> - <paragraph id="par_id051620171114577892" role="tablecontent" localize="false" xml-lang="en-US">Null</paragraph> - </tablecell> - <tablecell> - <paragraph id="par_id051620171114571232" role="tablecontent" localize="false" xml-lang="en-US">null</paragraph> - </tablecell> - <tablecell> - <paragraph id="par_id051720170824093395" role="tablecontent" xml-lang="en-US">Indicates that the variable does not contain data.</paragraph> - </tablecell> - </tablerow> - <tablerow> - <tablecell> - <paragraph id="par_id051720170824091253" role="tablecontent" localize="false" xml-lang="en-US">Nothing</paragraph> - </tablecell> - <tablecell> - <paragraph id="par_id051720170824091966" role="tablecontent" localize="false" xml-lang="en-US">Object</paragraph> - </tablecell> - <tablecell> - <paragraph id="par_id051720170824097935" role="paragraph" xml-lang="en-US">Assign the <emph>Nothing</emph> object to a variable to remove a previous assignment.</paragraph> - </tablecell> - </tablerow> -</table> - - -<paragraph id="hd_id051620171114572289" role="heading" level="2" xml-lang="en-US">Example</paragraph> -<bascode> -<paragraph id="par_id051620171114575772" role="bascode" localize="false" xml-lang="en-US">SubExampleEmpty</paragraph> -<paragraph id="par_id051620171114572075" role="bascode" localize="false" xml-lang="en-US">Dim sVar As Variant</paragraph> -<paragraph id="par_id051620171114579662" role="bascode" localize="false" xml-lang="en-US"> sVar = Empty</paragraph> -<paragraph id="par_id051620171114577052" role="bascode" localize="false" xml-lang="en-US"> Print IsEmpty(sVar) ' Returns True</paragraph> -<paragraph id="par_id051620171114576576" role="bascode" localize="false" xml-lang="en-US">End Sub</paragraph> -<paragraph id="par_id051620171114573781" role="bascode" localize="false" xml-lang="en-US">Sub ExampleNull</paragraph> -<paragraph id="par_id051620171114584136" role="bascode" localize="false" xml-lang="en-US">Dim vVar As Variant</paragraph> -<paragraph id="par_id05162017111458231" role="bascode" localize="false" xml-lang="en-US"> MsgBox IsNull(vVar)</paragraph> -<paragraph id="par_id051620171114581488" role="bascode" localize="false" xml-lang="en-US">End Sub</paragraph> -<paragraph id="par_id051720170824102912" role="bascode" localize="false" xml-lang="en-US">Sub ExampleNothing</paragraph> -<paragraph id="par_id051720170824104202" role="bascode" localize="false" xml-lang="en-US">Dim oDoc As Object</paragraph> -<paragraph id="par_id051720170824102971" role="bascode" localize="false" xml-lang="en-US"> Set oDoc = ThisComponent</paragraph> -<paragraph id="par_id051720170824104997" role="bascode" localize="false" xml-lang="en-US"> Print oDoc.Title</paragraph> -<paragraph id="par_id051720170824104443" role="bascode" localize="false" xml-lang="en-US"> oDoc = Nothing</paragraph> -<paragraph id="par_id051720170824106132" role="bascode" localize="false" xml-lang="en-US"> Print oDoc ‘ Error</paragraph> -<paragraph id="par_id051720170824103527" role="bascode" localize="false" xml-lang="en-US">End Sub</paragraph> -</bascode> + <embed href="text/sbasic/shared/00000003.xhp#vbasupport"/> + <table id="tab_id671512313939217"> + <tablerow> + <tablecell> + <paragraph role="tablehead" id="par_id901512312880723" xml-lang="en-US">Named constant</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id891512312916493" role="tablehead" xml-lang="en-US">Hexadecimal (decimal) value</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id991512312965968" role="tablehead" xml-lang="en-US" >Desccription</paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> + <paragraph id="par_id891512313266496" role="tablecontents" xml-lang="en-US" localize="false">vbCr</paragraph> + </tablecell> + <tablecell> + <paragraph role="tablecontent" id="par_id241512313723033" xml-lang="en-US">\x0D (13)</paragraph> + </tablecell> + <tablecell> + <paragraph role="tablecontent" id="par_id611512313731233" xml-lang="en-US">CR - Carriage return</paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> + <paragraph id="par_id471512313282257" role="tablecontents" xml-lang="en-US" localize="false">vbCrLf</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id691512313750520" role="tablecontents" xml-lang="en-US" localize="false">\x0D\x0A (13 10)</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id961512313881937" role="tablecontents" xml-lang="en-US" >CRLF - Carriage return and line feed</paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> + <paragraph id="par_id11512313289164" role="tablecontents" xml-lang="en-US" localize="false">vbFormFeed</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id341512313761295" role="tablecontents" xml-lang="en-US" localize="false">\x0c (12)</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id221512313889077" role="tablecontents" xml-lang="en-US" >FF - Form feed</paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> + <paragraph id="par_id501512313293989" role="tablecontents" xml-lang="en-US" localize="false">vbLf</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id311512313777558" role="tablecontents" xml-lang="en-US" localize="false">\x0A (10)</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id621512313896169" role="tablecontents" xml-lang="en-US" >LF - Line feed</paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> + <paragraph id="par_id191512313300610" role="tablecontents" xml-lang="en-US" localize="false">vbNewLine</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id521512319135830" role="listitem" xml-lang="en-US">\x0D\x0A (13 10) for Windows 32 bits</paragraph> + <paragraph id="par_id61512319163913" role="listitem" xml-lang="en-US">\x0A (10) for other 64 bits systems</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id151512313904989" role="tablecontents" xml-lang="en-US" >LF or CRLF </paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> + <paragraph id="par_id211512313306932" role="tablecontents" xml-lang="en-US" localize="false">vbNullString</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id141512313800110" role="tablecontents" xml-lang="en-US" localize="false">""</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id741512313911049" role="tablecontents" xml-lang="en-US" >Null string</paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> + <paragraph id="par_id931512313312621" role="tablecontents" xml-lang="en-US" localize="false">vbTab</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id241512313810064" role="tablecontents" xml-lang="en-US" localize="false">\x09 (9)</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id951512313918356" role="tablecontents" xml-lang="en-US" >HT - Horizontal tab</paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> + <paragraph id="par_id481512313318983" role="tablecontents" xml-lang="en-US" localize="false">vbVerticalTab </paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id991512313821414" role="tablecontents" xml-lang="en-US" localize="false">\x0B (11)</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id351512313924593" role="tablecontents" xml-lang="en-US" >VT - Vertical tab</paragraph> + </tablecell> + </tablerow> + </table> </body> - </helpdocument> |