home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / ENTERPRS / CPM / UTILS / A / BSHOW32.LZH / BISHOW32.OOP < prev    next >
Text File  |  2000-06-30  |  1KB  |  18 lines

  1. Nov 9 1985
  2.                 SORRY
  3.  
  4.    The BISHOW32.LBR uploaded last week to the SEAMUG, DOWNSPOUT and FRENCH
  5. CONNECTION boards had a CRC error in the .ASM file. This one should be OK.
  6.  
  7.    Another problem that sprung up is that you can't display a library member
  8. whose name begins with a number (9-FILE.EXT). This is a because the program
  9. looks on the command line following the main file name for numbers that it
  10. interprets as the screen width and screen page length. This feature was present
  11. in previous versions of the utility, and the first time it caused a problem for
  12. me was just a few days ago. It's not an essential feature. I wrote a segment of
  13. code the other day that jumps to the end of the file when you press a key
  14. (Z or 9). It works well, and may go into the next version in place of the
  15. command-line screen size code, along with some other improvements that have 
  16. suggested themselves.
  17.  
  18.                         Rod Clark