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 UEZ, 14 years ago

I mean

Global _
$line = "1st line" & @LF

will be ignored.

comment:2 by Valik, 14 years ago

Resolution: Wont Fix
Status: newclosed

This is not the correct place to report issues with SciTE4AutoIt or it's tools.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.