Modify ↓
Opened 16 years ago
Closed 16 years ago
#1350 closed Feature Request (Rejected)
Obfuscator line excludes
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | Other | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
there are two lines in my code where I am comparing strings and the program fails. it would be great if there were a way to exclude those two lines from Obfuscator currently I have to take them out and paste them back in along with the compile information.
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
comment:3 by , 16 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
This is implemented already.
#Obfuscator_Off ;Stop the Obfuscation process below this line #Obfuscator_On ;Start the Obfuscation process below this line
Ask support via the forum.
Note:
See TracTickets
for help on using tickets.

#Obfuscator_Ignore_Variables not working