home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / qb_pds / qbfaqr01 / ansi / pansi.bi < prev    next >
Encoding:
Text File  |  1992-08-09  |  343 b   |  13 lines

  1. 'PANSI.BI
  2. DECLARE SUB ClearScreen ()
  3. DECLARE FUNCTION GetVSeg% ()
  4. DECLARE SUB CursorControl (A%)
  5. DECLARE SUB Init ()
  6. DECLARE SUB PrintAnsi (Char%)
  7. DECLARE SUB PrintString (B$)
  8. DECLARE SUB RestoreVs ()
  9. DECLARE SUB ScrollUpScreen ()
  10. DECLARE SUB SendStatus (X%, Y%)
  11. DECLARE SUB SetCursor ()
  12. DECLARE SUB SetWindow (Lx%, Ly%, Hx%, Hy%)
  13.