Latest OxygenBasic.zip at GitHub (Click on the Wizard)
0 Members and 3 Guests are viewing this topic.
sys ppmHandle[128]ppmHandle[1]= GetMemory 512Sub FreePPM() sys u for u=1 to 128 if ppmHandle[u] >0 FreeMemory ppmHandle[u] endif nextEnd Sub