..or rather there are NO declares for functions or subs.
I've been away for awhile, and was back doing some programming. I was reviewing the code from the provided comm.bas code in the samples.
I noticed there are no declares for subs or functions that I can find. No .inc files other than the win32api.inc. Yet this program compiles! I can even add a function without declaring it, and it compiles! (Yes, I still have PBWin 8.04)
Ok, I've searched the forums, and stared at the code, and I can't figure out why this works.
It's not a big deal, just curiosity is getting the best of me...
Anyone care to slap me upside the head, and give me the simple answer?!
I've been away for awhile, and was back doing some programming. I was reviewing the code from the provided comm.bas code in the samples.
I noticed there are no declares for subs or functions that I can find. No .inc files other than the win32api.inc. Yet this program compiles! I can even add a function without declaring it, and it compiles! (Yes, I still have PBWin 8.04)
Ok, I've searched the forums, and stared at the code, and I can't figure out why this works.
It's not a big deal, just curiosity is getting the best of me...
Anyone care to slap me upside the head, and give me the simple answer?!

Comment