Modify ↓
Opened 16 years ago
Closed 16 years ago
#835 closed Feature Request (Rejected)
Recursion depth macro
Reported by: | weaponx | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | Severity: | None | |
Keywords: | recursion | Cc: |
Description
Would it be possible to have a macro that contains the current depth of a recursive function?
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by Valik
comment:2 Changed 16 years ago by Jpm
- Resolution set to Rejected
- Status changed from new to closed
I agree with Valik recursion level must be handle inside the func itself with a global variable if needed.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Why? If you're talking about the depth of a single function then track it yourself via a global variable. If you're talking about overall recursion I think that will just be confusing to people.