Modify

Opened 15 years ago

Closed 15 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 15 years ago by Valik

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.

comment:2 Changed 15 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.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.