| 
				 Re: Out of memory: too many Mymallocs 
 The lines of ###### definitely will cause a problem. Remember that this is basically a linux program. Having --############ and a carriage return is not treated as you think it should be. That would still be a dozen null commands taking up string space.
 
 Anywhere you used ##### decoratively should be changed to -------- or =============
 |