home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / BASIC / BASDLX14.ZIP / BASDLX.NEW < prev    next >
Encoding:
Text File  |  1987-04-09  |  2.1 KB  |  49 lines

  1.           BASDLX (C) Copyright 1986,1987 By Gustavo H. Verdun
  2.  
  3. (If you wish to get the OBJECT files to BASDLX, send me a disk +$2.50 or just
  4. $5 and I'll mail you a disk with the latest ver. of BASDLX + the OBJECT files)
  5.  
  6. BASDLX History:
  7. --- BASDLX VERSION 1.4, RELEASED APRIL 9, 1987 (Second Release v1.4)
  8. MAJOR BUG has been fixed in the GETSTRD function. `MODE% exits' returned
  9. with a `7' no matter what extended key was pressed! 
  10.  
  11. --- BASDLX Version 1.4, Released April 2, 1987 (original Release. Avoid USE!)
  12. Improved the GETSTRD function. Fixed bug in GETSTRD that caused deleting of 
  13. characters from the end of the string even if the cursor was in the middle!.
  14. Fixed bug in GUN that caused a continuous tone on the speaker.
  15. Added the following routines:
  16. ALLDRIVES    Returns the number of logical drives available.
  17. ALLDIRS    Scans specified drive and returns all the availible directories in a
  18.     string array!
  19. GETSTRD    Completely improved (changed arguments) This version accepts
  20.     the definition of the valid keys. Moved the basic parameters to
  21.     specify curosr shapes frame character to a new routine called CNFGSD
  22. CNFGSD    Allows one to customise GETSTRD.
  23.  
  24. --- BASDLX Version 1.3, Released March 1, 1987
  25. Added the following routines:
  26. DATESTR    Writes the current date in a string using the following
  27.     format: Thursday, February 26, 1987 or Thu, Feb 26, 1987
  28. GETSTRD    Allows Data entry of a string. Supports all line editing
  29.     commands (i.e. Ins,Del,left arrrow,right arrow, and many more.)
  30.     This could be the routine you're looking for to make your
  31.     data entry programs look sharp! (See documentation for 
  32.     a complete description.)
  33. TIMESTR    Writes the current time in a string using the following
  34.     format: HH:MM:SS.HD
  35.  
  36. --- BASDLX Version 1.2, Released February 1, 1987
  37.  
  38. GUN    Simulates sound the of gun or machine gun (fires shots)
  39. SNDOFF    Turns off speaker to stop sounds from being made.
  40. SNDON    Turns on speaker to allow sounds to be made
  41.  
  42. SNDOFF & SNDON can be used to disable or enable the BASIC SOUND and BEEP
  43. commands.
  44.  
  45. --- BASDLX Version 1.1, Released November, 1986
  46.  
  47. Original public release of Basic Deluxe library!
  48.  
  49.