Modify ↓
#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)
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.