home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / BASIC / BASDLX16.ZIP / BASDLX.NEW < prev    next >
Encoding:
Text File  |  1987-09-08  |  2.8 KB  |  64 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 & $3 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.6, Released September 7, 1987
  8. Added:
  9. GRID         Draws a grid using the supplied parameters
  10. BOX          Darws a box using the supplied parameters
  11.  
  12. --- BASDLX Version 1.5, Released June 16, 1987
  13. Improved the GETSTRD function. GETSTRD now supports the use of a mouse as a
  14. pointing device.
  15. Added the following Functions:
  16. ALLFILES    Returns in an array the specified directory contents.
  17. CASE        Converts a string to Lower/Upper/or Swaps case.
  18. CASRANGE    Same as CASE yet, allows one to specify a portion of the string.
  19. JRCLICK     Activates/Deactivates the keayboard click on the PCjr.
  20. MACHINE     Returns the machine code of the Machine. (100% IBM)
  21. SPELLNUMBER Spells the spcified numeric integer in english, using ordinal
  22.             or cardinal form.
  23.             (i.e. ordinal : 1,434 = one thousand four hundred and thirty-four)
  24.             (i.e. cardinal: 3     = third)
  25.  
  26. --- BASDLX Version 1.4, Released April 2, 1987
  27. Improved the GETSTRD function. Fixed bug in GETSTRD that caused deleting of 
  28. characters from the end of the string even if the cursor was in the middle!.
  29. Fixed bug in GUN that caused a continuous tone on the speaker.
  30. Added the following Functions:
  31. ALLDRIVES    Returns the number of logical drives available.
  32. ALLDIRS    Scans specified drive and returns all the availible directories in a
  33.     string array!
  34. GETSTRD    Completely improved (changed arguments) This version accepts
  35.     the definition of the valid keys. Moved the basic parameters to
  36.     specify curosr shapes frame character to a new routine called CNFGSD
  37. CNFGSD    Allows one to customise GETSTRD.
  38.  
  39. --- BASDLX Version 1.3, Released March 1, 1987
  40. Added the following Functions:
  41. DATESTR    Writes the current date in a string using the following
  42.     format: Thursday, February 26, 1987 or Thu, Feb 26, 1987
  43. GETSTRD    Allows Data entry of a string. Supports all line editing
  44.     commands (i.e. Ins,Del,left arrrow,right arrow, and many more.)
  45.     This could be the routine you're looking for to make your
  46.     data entry programs look sharp! (See documentation for 
  47.     a complete description.)
  48. TIMESTR    Writes the current time in a string using the following
  49.     format: HH:MM:SS.HD
  50.  
  51. --- BASDLX Version 1.2, Released February 1, 1987
  52.  
  53. GUN    Simulates sound the of gun or machine gun (fires shots)
  54. SNDOFF    Turns off speaker to stop sounds from being made.
  55. SNDON    Turns on speaker to allow sounds to be made
  56.  
  57. SNDOFF & SNDON can be used to disable or enable the BASIC SOUND and BEEP
  58. commands.
  59.  
  60. --- BASDLX Version 1.1, Released November, 1986
  61.  
  62. Original public release of Basic Deluxe library!
  63.  
  64.