Modify ↓
Opened 10 years ago
Closed 10 years ago
#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)
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