Dilwyn Jones wrote: > These new functions, written with much appreciated advice from Marcel > Kilgus,
Glad you didn't mind me "lecturing" ;-) Nice one regarding programming style: I have just spent several hours tracing through the SBasic compiler to find a bug that caused SBasic to crash. The program causing the crash used PROCedures with up to 358 (sic! three hundred fifty eight!) parameters. This was too much for a poor subq.b within the compiler's second stage. A shiny new subq.w can now handle even that one... Ah well, and now back to some actually paid work. ;-) Marcel
