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