array Hey_nextFree602 integer Hey_firstFree176 integer Hey_maxIndex654 integer Hey_firstFree176 = 0 integer Hey_maxIndex654 = 0 function initGlobals611() { } function main436() { initGlobals611(); init_test109(); } function config191() { } function init_test109() { local integer this151 if (Hey_firstFree_176 == 0) { if (Hey_maxIndex_654 < 32768) { Hey_maxIndex_654 = (Hey_maxIndex_654 + 1); this_151 = Hey_maxIndex_654; } else { error100("Out of memory: Could not create Hey_test."); this_151 = 0; }; } else { Hey_firstFree_176 = (Hey_firstFree_176 - 1); this_151 = Hey_nextFree_602[Hey_firstFree_176]; }; testSuccess740(); } IS_NATIVE function testSuccess740() { } function error100(string msg250) { $debugPrint210((msg_250 + (" " + #getStackTrace()))); }