array A_nextFree654 integer A_firstFree206 integer A_maxIndex530 integer A_firstFree206 = 0 integer A_maxIndex530 = 0 function initGlobals102() { } function main212() { initGlobals102(); init_test310(); } function config152() { } function init_test310() { local integer this117 if (A_firstFree_206 == 0) { if (A_maxIndex_530 < 32768) { A_maxIndex_530 = (A_maxIndex_530 + 1); this_117 = A_maxIndex_530; } else { error169("Out of memory: Could not create A_test."); this_117 = 0; }; } else { A_firstFree_206 = (A_firstFree_206 - 1); this_117 = A_nextFree_654[A_firstFree_206]; }; } function error169(string msg113) { $debugPrint206((msg_113 + (" " + #getStackTrace()))); }