Modify ↓
Opened on Jul 7, 2016 at 11:52:19 PM
Closed on Jul 8, 2016 at 9:43:09 AM
#3251 closed Bug (No Bug)
@ScriptLineNumber as optional parameter in stripped script not working as expectde
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | Other | |
| Version: | 3.3.14.2 | Severity: | None |
| Keywords: | @ScriptLineNumber | Cc: |
Description
@ScriptLineNumber as optional parameter is quite useful for custom debug/trace functions. And the value is from caller scope as I hoped.
Unfortunately the Au3Stripper /rsln is not putting the line# in function call, rather as default option in func declaration.
Only work-a-round I see currently is putting the @ScriptLineNumber in all calls as parameter...
Attachments (0)
Change History (1)
comment:1 by , on Jul 8, 2016 at 9:43:09 AM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Please post this in the Forum so we can discuss your issue.
Closed as No-Bug for the moment
Jos