Hello TcBcats,

TBC>>Thanks for the response....
I thought the code space was almost the same since I was only doing the pause and nothing else.

I'm not out of code space.... just needed to know if I was on the correct track..<<

I wrote a very simple program that used only pause.

Without the gosub, I got 50 bytes.
With the Gosub, I got 52 bytes.

Granted this was *only* one gosub. I guess I could have modified it to do 3 or 4 gosubs, and checked without a gosub too.
Then i could have compared the size of the files and found out if multiple gosubs would save you space, and how much space.

I may go to compilespot.com and check it out later today...during my lunch hour or something...

I know in my borland compilers, it "compresses" the code if you have multilple duplicating things. I seriously doubt if PBP does <g>.

Dwayne