Opened 15 years ago
Closed 15 years ago
#1884 closed Bug (Wont Fix)
Strings concatenation
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | Cc: |
Description
This code works despite error in expression
Dim $line2 = @CRLF & 'Line 2' Dim $line3 = @CRLF & 'Line 3' Dim $line4 = @CRLF & 'Line 4' Dim $text = 'Line 1' & $line2 $line3 & & $line4 ; Error in expression MsgBox(0, '', $text)
Attachments (0)
Change History (6)
follow-up: 2 comment:1 by , 15 years ago
follow-up: 3 comment:2 by , 15 years ago
I have this "error" in one program. Compiled EXE ends sometimes with error, but script (AutoIt3.exe script.au3) works fine. I'm not sure where problem is, because compiled simple script works.
follow-up: 4 comment:3 by , 15 years ago
Replying to anonymous:
I have this "error" in one program. Compiled EXE ends sometimes with error, but script (AutoIt3.exe script.au3) works fine. I'm not sure where problem is, because compiled simple script works.
?
This not the forum section!
(Stay on target, or get ignored (by me at least).)
comment:4 by , 15 years ago
I'm sorry, I didn't mean it as request for help. I just would to show, why I thought it was bug.
comment:5 by , 15 years ago
Fare enuff.
But if your not sure about something being a bug. Forum is generally the better place to find out. (Or include it in the report. forum way preferred of course.)
comment:6 by , 15 years ago
| Resolution: | → Wont Fix |
|---|---|
| Status: | new → closed |

No bug I think.
Although interesting "behind the scene" feature though.
(probably already noted on forum. but finding it ... )