home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / BASIC / POWBASIC / LIBRARY3 / APLIB.ZIP / MESSAGE4.UAL < prev    next >
Text File  |  1990-11-24  |  2KB  |  40 lines

  1. Here it comes again !! An update of my little all purpose library of
  2. programming tools. For those who never heard of this humble work, it
  3. contains PB routines to allow you to write complete pulldown menu
  4. interfaces, rodent-aware, just by copying a demo program; fancy entry
  5. routines for string or numeric data, phone #s, dates etc (never use
  6. INPUT again!), date arith., get file dirs & diskspace, open a data-entry
  7. window, dialog box, let users customize colors, push & pop screens, &
  8. much more! All in PB units. Free -- but if you use it to make money I do
  9. request that you send me a little. Just whatever you think it's worth.
  10. It has happened -- and I do much appreciate it, as an acknowledgement of
  11. my work as well as extra dinero.
  12.  
  13. So I call this Version 2.00002, November 90. It is compatible with both
  14. versions 2.0 and 2.1 of POWER BASIC. I incorporated some suggested
  15. improvements and a 3 fixes into FENTRY-U. The window preprocessors now both
  16. compile under PB -- one of them hadn't been updated from the TB 1.1 version
  17. when I first uploaded this suite. Oops!
  18.  
  19. I'm leaving DirFirst and DirNext as is, since they return the file date,
  20. time and size. Users of PB version 2.1 will of course want to use the
  21. built-in function DIR$ if all they need is a filename or a yes-or-no
  22. answer to the file's existence. (For the latter need under 2.0, we still
  23. have function EXIST in this library. Just say IF EXIST ("filename.ext") ...
  24.  
  25. I wrote sub FASTPHONE ()  -- much better than ENTERPHONE; and based on a
  26. suggestion , I fixed ROTADATE so you can choose the cursor key system
  27. (incr/decr date) or just type in a 4 or 6-digit date without pressing
  28. the spacebar first (thanks, Al). I bulletproofed of QBox () and
  29. BOXMESSAGE () and made a new demo routine to test them. I made
  30. InsertStatus for the entry routines a Global var. so it stays set from
  31. field to field and made minor inprovements in PWW & SWW which don't
  32. affect input or output.
  33.  
  34. Last, I wrote a MAKEDEMO.BAT to compile the utilities & units, do the
  35. preprocessing and create & run the demo automatically !!
  36.  
  37.      Have fun --
  38.  
  39.           Howard
  40.