home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / pb / library4 / enterdem.inc < prev    next >
Text File  |  1990-07-14  |  684b  |  17 lines

  1. '   Code to write Static Window {enterdem} to Screen
  2. '        note: created by StatWindow Writer (PWW) from enterdem.PW
  3.  
  4.  COLOR BoxColor MOD 16, BoxColor \ 16
  5.  LOCATE  1, 9
  6.  PRINT "┌───────────────────────────────────────────────────────────┐"
  7.  LOCATE  2, 9
  8.  PRINT "│        A-P Library Demo : the Data Entry Routines         │";
  9.  LOCATE  3, 9
  10.  PRINT "│                                                           │";
  11.  LOCATE  4, 9
  12.  PRINT "│         (ENTERSTRING, ENTERNUM, ENTERDATE ETC.)           │";
  13.  LOCATE  5, 9
  14.  PRINT "└───────────────────────────────────────────────────────────┘";
  15.  
  16. '  07-15-1990, 00:00:   end of StatWindow generated code for window {enterdem}
  17.