I think you need to follow the label name with a colon. sub pause() x$ = "" while x$ <> " " x$ = inkey$ if x$ = chr$(13) then goto out: endif wend end sub
Hello! I am writing a lengthy program, the central element of which looks like this: sub central() sub1() sub2() < more sub calls and code > out: end sub For
Andy, you can put the files anywhere you want and it should work fine. Most people put applications in their applications folder but this is not a requirement,
you should be able to put the files anywhere. apps usually go in the application folder but that's just for organization purposes. I have placed the files on