Opened 14 years ago
Closed 13 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)
comment:1 follow-up: ↓ 2 Changed 14 years ago by mvg
comment:2 in reply to: ↑ 1 ; follow-up: ↓ 3 Changed 14 years ago by 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.
comment:3 in reply to: ↑ 2 ; follow-up: ↓ 4 Changed 14 years ago by mvg
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 in reply to: ↑ 3 Changed 14 years ago by anonymous
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 Changed 14 years ago by mvg
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 Changed 13 years ago by Jon
- Resolution set to Wont Fix
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
No bug I think.
Although interesting "behind the scene" feature though.
(probably already noted on forum. but finding it ... )