View Single Post
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 01-06-2021 , 08:14   Re: Run time error 3: stack error
Reply With Quote #2

Code:
static gTopSort[ 9999 ][ 2 ];

Since everything is regulated by iStatsTotal you shouldn't have to clean it each cycle (static is more or less a global variable and retains it's value when execution is exiting the scope)
__________________
Black Rose is offline