> on x goto or on x gosub to have multiple line entries > > on x goto lable1, label2, label3, label4 could you explain the usage for gosub I could imagine you are saying for certain condition do all these sub routines? But from traditional sense don't see the relevance of multi destinations for an on goto.