09-22-2005, 03:23 PM
Quote:
Please post the code full and normally formatted. Now you use tabs where not needed, and it makes the code hard to understand.
Use tabs only in code blocks that follow flow-control keywords: rep, for, foreach, if, ifa, ifi, ifk, iff, else, sel, err.
if(i=13) out "not found crafty"
replace to
if(i=12) out "not found crafty"
