Modify ↓
Opened 14 years ago
Closed 14 years ago
#2229 closed Bug (Wont Fix)
Bug in Obfuscator.exe v1.0.30.1
| Reported by: | UEZ | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Other | |
| Version: | 3.3.8.1 | Severity: | None |
| Keywords: | SciTE | Cc: |
Description
#AutoIt3Wrapper_Run_Obfuscator=y #Obfuscator_Parameters=/sf /sv /om /cs=0 /cn=0 #AutoIt3Wrapper_Tidy_Stop_OnError=n ;~ #AutoIt3Wrapper_Run_After=del /f /q "%scriptdir%\%scriptfile%_Obfuscated.au3" Global _ $line = "1st line" & @LF $line &= "2nd line" & @LF $line &= "3rd line" MsgBox(0, "Test", $line)
I don't know who will maintain SciTE and its components in future but Obfuscator has a problem with Global _ line. This line will be ignored.
Attachments (0)
Change History (2)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
| Resolution: | → Wont Fix |
|---|---|
| Status: | new → closed |
This is not the correct place to report issues with SciTE4AutoIt or it's tools.
Note:
See TracTickets
for help on using tickets.

I mean
will be ignored.