How to Scroll Up in Text Screen with BLOAD/BSAVE in Basic (81082)
The information in this article applies to:
- Microsoft QuickBASIC 4.0
- Microsoft QuickBASIC 4.0b
- Microsoft QuickBASIC 4.5
- Microsoft BASIC Compiler for MS-DOS and OS/2 6.0
- Microsoft BASIC Compiler for MS-DOS and OS/2 6.0b
- Microsoft Basic Professional Development System for MS-DOS 7.0
- Microsoft Basic Professional Development System for MS-DOS 7.1
This article was previously published under Q81082 SUMMARY
BLOAD and BSAVE statements can be used to scroll text on a text mode
(SCREEN 0) screen to avoid having to store the text information in an
array and PRINT the entire screen. The drawback to this approach is
that you need to create files on the drive for each screen you need to
scroll. The code example below shows the screen scrolling up and down
using BLOAD and BSAVE.
This information applies to Microsoft QuickBasic versions 1.0, 1.01,
1.02, 2.0, 2.01, 3.0, 4.0, 4.0b, and 4.5 for MS-DOS; Microsoft Basic
Compiler versions 6.0 and 6.0b for MS-DOS; and Microsoft Basic
Professional Development System (PDS) versions 7.0 and 7.1 for MS-DOS.
Modification Type: | Minor | Last Reviewed: | 8/16/2005 |
---|
Keywords: | KB81082 |
---|
|