Modify ↓
Opened on Oct 11, 2008 at 8:18:45 PM
Closed on Oct 11, 2008 at 9:09:43 PM
Last modified on Oct 11, 2008 at 10:00:08 PM
#609 closed Feature Request (Rejected)
@FunctionName, VarGetName()
| Reported by: | Viring | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
I don't have knowledge of the internal workings of AutoIt or how Functions, and Variables are kept in memory. So I won't expect this to be even considered, and I will keep this short.
@FunctionName: will return the current name of the function in use.
VarGetName() will return the current name of an said variable
Thanks for your wasted time.
Attachments (0)
Change History (2)
comment:1 by , on Oct 11, 2008 at 9:09:43 PM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
comment:2 by , on Oct 11, 2008 at 10:00:08 PM
| Milestone: | Future Release |
|---|---|
| Version: | 3.2.12.0 |
Automatic ticket cleanup.
Note:
See TracTickets
for help on using tickets.

Adding a @FunctionName macro is very expensive performance-wise (it's been done before). As for VarGetName(), pretty much impossible with the current internal architecture or at any rate I don't think it would be reliable in 100% of the uses.