array Hey_nextFree162 integer Hey_firstFree191 integer Hey_maxIndex202 integer Hey_firstFree191 = 0 integer Hey_maxIndex202 = 0 function initGlobals210() { } function main113() { initGlobals210(); init_test189(); } function config118() { } function init_test189() { local integer this168 if (Hey_firstFree_191 == 0) { if (Hey_maxIndex_202 < 32768) { Hey_maxIndex_202 = (Hey_maxIndex_202 + 1); this_168 = Hey_maxIndex_202; } else { error488("Out of memory: Could not create Hey_test."); this_168 = 0; }; } else { Hey_firstFree_191 = (Hey_firstFree_191 - 1); this_168 = Hey_nextFree_162[Hey_firstFree_191]; }; testSuccess188(); } IS_NATIVE function testSuccess188() { } function error488(string msg165) { $debugPrint186((msg_165 + (" " + #getStackTrace()))); }