"Expression Too Complex", "Stack Overflow", Adding Strings (39239)
This article was previously published under Q39239
SYMPTOMS
When the program below concatenates more than 19 string variables
together in one equation, the BC.EXE compiler can give a misleading
error message at compile time.
WORKAROUND
To work around this problem, split up the concatenation line so that
the program does two concatenations on separate lines.
STATUS
Microsoft has confirmed this to be a bug in Microsoft QuickBasic versions
4.00, 4.00b, and 4.50 for MS-DOS; in Microsoft Basic Compiler versions 6.00
and 6.00b (buglist6.00, buglist6.00b) for MS-DOS and MS OS/2; and in
Microsoft Basic Professional Development System (PDS) versions 7.00 and
7.10 (buglist7.00, buglist7.10) for MS-DOS and MS OS/2. We are researching
this problem and will post new information here as it becomes available.
Modification Type: |
Minor |
Last Reviewed: |
1/9/2003 |
Keywords: |
KB39239 |
|