Issue 59800 - Incorrect message syntax error in string constant
Summary: Incorrect message syntax error in string constant
Status: CLOSED DUPLICATE of issue 59791
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Windows XP
: P3 Trivial
Target Milestone: ---
Assignee: stephan.wunderlich
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-26 17:28 UTC by tombil
Modified: 2013-02-24 21:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description tombil 2005-12-26 17:28:57 UTC
Hi,
I find following mistake in Basic module OOo 2.0.1: 

I have following basic code:

const myconst79characters as string =
"1234567890123456789012345678901234567890123456789012345678901234567890"+_
                         "123456789"
const myconst80characters as string =
"1234567890123456789012345678901234567890123456789012345678901234567890"+_
                         "1234567890"
 
In second case I will get error message "Syntax error" even if syntax is OK.
It comes on only if the length of string is larger then 80 characters.

Thanks
     Tomas Bilek
Comment 1 pavel 2005-12-27 08:38:47 UTC
duplicate

*** This issue has been marked as a duplicate of 59791 ***
Comment 2 stephan.wunderlich 2006-01-03 12:24:52 UTC
closing