Modify ↓
#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 by , on Sep 16, 2020 at 8:30:34 AM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
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.