home *** CD-ROM | disk | FTP | other *** search
/ The CIA World Factbook 1992 / k3bimage.iso / sel / 12 / 0003 / basdlx.new < prev    next >
Encoding:
Text File  |  1991-12-02  |  1.1 KB  |  32 lines

  1.           BASDLX (C) Copyright 1986-87 By Gustavo H. Verdun
  2.  
  3. BASDLX History:
  4.  
  5. --- BASDLX Version 1.3, Released March 1, 1987
  6.  
  7. Added the following routines:
  8.  
  9. DATESTR        Writes the current date in a string using the following
  10.         format: Thursday, February 26, 1987 or Thu, Feb 26, 1987
  11. GETSTRD        Allows Data entry of a string. Supports all line editing
  12.         commands (i.e. Ins,Del,left arrrow,right arrow, and many more.)
  13.         This could be the routine you're looking for to make your
  14.         data entry programs look sharp! (See documentation for 
  15.         a complete description.)
  16. TIMESTR        Writes the current time in a string using the following
  17.         format: HH:MM:SS.HD
  18.  
  19. --- BASDLX Version 1.2, Released February 1, 1987
  20.  
  21. GUN        Simulates sound the of gun or machine gun (fires shots)
  22. SNDOFF        Turns off speaker to stop sounds from being made.
  23. SNDON        Turns on speaker to allow sounds to be made
  24.  
  25. SNDOFF & SNDON can be used to disable or enable the BASIC SOUND and BEEP
  26. commands.
  27.  
  28. --- BASDLX Version 1.1, Released November, 1986
  29.  
  30. Original public release of Basic Deluxe library!
  31.  
  32.