Stack pointer exception - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others) +--- Thread: Stack pointer exception (/Thread-Stack-pointer-exception) |
Stack pointer exception - kamalteja - 04-18-2008 Hi Ankur, I am getting stack pointer exception when i running a if condition in for loop, the memory is full and i'm getting this exception. Is there a way, where i can clear the memory allocated without closing the script. RE: Stack pointer exception - Ankur - 04-18-2008 You can use Erase statement to free the memory used by dynamic arrays. RE: Stack pointer exception - kamalteja - 04-21-2008 Thanks Ankur ... |