Making seperate files so the main pb program file isn't so long and convoluted, and the subjects are more organized, then "including' on the main file......
can I call a routine in another file from the main page with a "gosub"?
'''''''''''''''''''''''''''''''''''''''''''''
INCLUDE "TX_RX.pbp"

on main pbp
xxx
yyy
gosub 123 ''''in TX_RX file
continue

thanks, don
amgen