| BCX Console Demonstration Program S35.bas |
DIMa SetConsoleTitle("BCX Demonstration")COLOR15,1Frame(15,10,65,20)INPUTaCOLOR7,0CLSSUBFrame(x1, y1, x2, y2)' while interesting, this is meant only as aDIMx' sample SUB. The built-in PANEL statementDIMy' is much faster and more flexibleFORy=y1TOy2FORx=x1TOx2LOCATEy, x,0" ";NEXTxNEXTyENDSUB