home *** CD-ROM | disk | FTP | other *** search
- { ***** From COMMON.DEC ***** }
- Procedure SwitchVar(var Arg1,Arg2; Size:Integer);forward;
- Function Intpower(number,exponent:Integer):integer;forward;
- Procedure Wait;forward;
- Function KeyWait:Byte;forward;
- Procedure Set_Cursor(c:byte);forward;
- Procedure WhereScr(var x,y:Byte);forward;
- Procedure Flush_keyboard;forward;
- Function SaveKbd:Byte;forward;
- Procedure SetKbd(Status:Byte);forward;
- Procedure Lock_Detect;forward;
- Function Stringof(ascii,len:Byte):AnyStr;forward;
- Procedure Whichline(LineType:Byte;
- var hl,vl,tl,tr,bl,br,lj,rj,tj,bj,isect:Byte);forward;
- Procedure VLine(col,row,ascii,limit:Byte);forward;
- Procedure Highlight(s:AnyStr);forward;
- Procedure Dim(s:AnyStr);forward;
- Procedure WriteAt(col,row:Integer;Attrib:DspAtt;s:AnyStr);forward;
- Function FKeyResp(Lowlmt,Uplmt:Byte):Byte;forward;
- Procedure NumInput(col,row,len:Byte;HiLo:DspAtt;var ReturnStr:AnyStr);forward;
- Procedure AlphaInput(col,row,len:Byte;HiLo:DspAtt;var ReturnStr:AnyStr);forward;
-