Modify ↓
Opened 17 years ago
Closed 17 years ago
#811 closed Feature Request (Rejected)
Add macros(@ScriptFile,@ScriptFunction) to get file,function executing in a script
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | macro file function | Cc: |
Description
Hello,
It could be good to add the @ScriptFile and @scriptFunction to get current filename and function name currently executing.
Today @scriptFilename returns the name of the launched script and loose the names of included files
In any way congratulation to all the developpers team for this excellent software.
Attachments (0)
Note:
See TracTickets
for help on using tickets.

The @ScriptFile macro would only be available in non-compiled scripts. The @ScriptFunction macro impacts performance. There is also no guarantee that in future versions of AutoIt that this information will even be available at runtime.
Closing as rejected.