Modify ↓
Opened 10 years ago
Closed 5 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)
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.