Like you said, you've only had PBP a couple weeks ...
Laughing would only be Rude.

Thanks for the code!
I think I can do something with it.

But first I'd like to point out the WORST Basic statement ever devised.
Code:
PAUSE xx
It turns an amazingly fast processor into a "thumb twiddling idiot".
Spending most of it's time doing nothing.
If I were that chips Boss, I'd fire it.

Granted, there are a few instances when PAUSE is required. But if at all possible, avoid PAUSE at all costs.

Working on it ....