diff options
Diffstat (limited to 'source/text/sbasic/shared/compatible.xhp')
-rw-r--r-- | source/text/sbasic/shared/compatible.xhp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/compatible.xhp b/source/text/sbasic/shared/compatible.xhp index 3d8824adf6..d533ceaf72 100644 --- a/source/text/sbasic/shared/compatible.xhp +++ b/source/text/sbasic/shared/compatible.xhp @@ -23,9 +23,9 @@ <section id="optioncompatiblestatement"> <h1 id="N0104"><variable id="compatiblestatement"><link href="text/sbasic/shared/compatible.xhp" name="compatible">Option Compatible Statement</link></variable></h1> + <paragraph role="paragraph" id="N0106"><literal>Option Compatible</literal> turns on VBA compatible Basic compiler mode at module level. Function <literal>CompatibilityMode()</literal> controls runtime mode and affects all code executed after setting or resetting the mode.</paragraph> </section> <embed href="text/sbasic/shared/00000003.xhp#beforeexecutable"/> - <paragraph role="paragraph" id="N0106"><literal>Option Compatible</literal> turns on VBA compatible Basic compiler mode at module level. Function <literal>CompatibilityMode()</literal> controls runtime mode and affects all code executed after setting or resetting the mode.</paragraph> <paragraph role="paragraph" id="N0107">This option may affect or assist in the following situations:</paragraph> <list type="unordered"> <listitem><paragraph role="listitem" id="N0108">Allow special characters as identifiers.</paragraph></listitem> @@ -40,10 +40,10 @@ <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/> <paragraph role="code" localize="false" id="N0117">Option Compatible</paragraph> <section id="compatibilitymodefunction"> - <h1 id="N0118"><variable id="compatibilitymodestatement"><link href="text/sbasic/shared/compatible.xhp" name="CompatibilityMode">CompatibilityMode() function</link></variable></h1> - </section> + <h1 id="N0118"><variable id="compatibilitymodestatement"><link href="text/sbasic/shared/compatible.xhp" name="CompatibilityMode">CompatibilityMode() Function</link></variable></h1> + <paragraph role="paragraph" id="N0120"><literal>CompatibilityMode()</literal> function is controlling runtime mode and affects all code executed after setting or resetting the mode. <literal>Option Compatible</literal> turns on VBA compatibility at module level for the %PRODUCTNAME Basic compiler.</paragraph> + </section> <warning id="N0119">Use this feature with caution, limit it to document conversion situations for example.</warning> - <paragraph role="paragraph" id="N0120"><literal>CompatibilityMode()</literal> function is controlling runtime mode and affects all code executed after setting or resetting the mode. <literal>Option Compatible</literal> turns on VBA compatibility at module level for the %PRODUCTNAME Basic compiler.</paragraph> <paragraph role="paragraph" id="N0121">This function may affect or help in the following situations:</paragraph> <list type="unordered"> <listitem><paragraph role="listitem" id="N0122">Creating enumerations with Enum statement</paragraph></listitem> |