source/text/sbasic/shared/03102100.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4e1458853a317d6efbc222e7719e06be10d98817
Author:     Pierre F <f...@bger.ch>
AuthorDate: Mon Mar 11 16:52:10 2024 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Mon Mar 11 17:17:34 2024 +0100

    fix String limit  text/sbasic/shared/03102100 tdf#157822
    
    Change-Id: I62fb1b238cf03c29ef7ba6d01594d351754cf60b
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/164674
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/source/text/sbasic/shared/03102100.xhp 
b/source/text/sbasic/shared/03102100.xhp
index 163a02f2d3..df950df562 100644
--- a/source/text/sbasic/shared/03102100.xhp
+++ b/source/text/sbasic/shared/03102100.xhp
@@ -74,7 +74,7 @@
 <paragraph id="par_id3150045" role="paragraph" xml-lang="en-US"> 
<emph>Long:</emph> Long integer variable (-2.147.483.648 - 
2.147.483.647)</paragraph>
 <paragraph id="par_id3149255" role="paragraph" xml-lang="en-US"> 
<emph>Object:</emph> Object variable (Note: this variable can only subsequently 
be defined with <literal>Set</literal>!)</paragraph>
 <paragraph id="par_id3155937" role="paragraph" xml-lang="en-US"> 
<emph>Single:</emph> Single-precision floating-point variable (3,402823 x 10E38 
- 1,401298 x 10E-45).</paragraph>
-<paragraph id="par_id3151251" role="paragraph" xml-lang="en-US"> 
<emph>String:</emph> String variable consisting of a maximum of 64,000 ASCII 
characters.</paragraph>
+<paragraph id="par_id3151251" role="paragraph" xml-lang="en-US"> 
<emph>String:</emph> String variable consisting of a maximum of 2,147,483,647 
characters.</paragraph>
 <paragraph id="par_id3154704" role="paragraph" xml-lang="en-US"> 
<emph>Variant:</emph> Variant variable type (contains all types, specified by 
definition). If a type name is not specified, variables are automatically 
defined as Variant Type, unless a statement from <literal>DefBool</literal> to 
<literal>DefVar</literal> is used.</paragraph>
 <paragraph role="paragraph" id="par_id21587667790810"> <emph>object:</emph> 
Universal Network object (UNO) object or <link 
href="text/sbasic/shared/classmodule">ClassModule</link> object 
instance.</paragraph>
 <paragraph id="par_id3153510" role="paragraph" 
xml-lang="en-US"><emph>char:</emph> Special character that declares the data 
type of a variable.</paragraph><paragraph role="paragraph" 
id="par_id971587473518701">

Reply via email to