Yet another simple question, but instructions on optimizing B4PPC code are so scarce... Is there a command like 'unset' to explicitly kill a variable/array (say, after splitting or dublicating its data) and thus free the memory? In general, what are good practices for keeping memory print (and CPU load) as low as possible? I know that .Net does garbage collecting and all that jazz, but anyways..?
Last edited: