QTP Forums

Full Version: Stack pointer exception
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
You can use Erase statement to free the memory used by dynamic arrays.
Thanks Ankur ...
Reference URL's