Modify ↓
Opened 8 years ago
Closed 4 years ago
#3250 closed Feature Request (Rejected)
New directive for changing AutoIt's Stack Depth
Reported by: | TheDcoder | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | Severity: | None | |
Keywords: | Cc: |
Description
As stated in this post, it would be nice if there was a new directive for changing AutoIt's Stack Depth.
Attachments (0)
Change History (1)
comment:1 Changed 4 years ago by Jpm
- Resolution set to Rejected
- Status changed from new to closed
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.
AutoIt use the max possible stack and memory with some checking to avoid AutoIt crash
That the purpose os such AutoIt fatal error.
If a user want to avoid to reach such limit it can use a recursing counter and do what they want when he reach the desire level.