64 Column Print

This file is part of and Byte Power December 1986 - January 1987. Download the collection to get this file.
Developer(s): Eric Boisvert
Date: 1987
Type: Program
Platform(s): TS 2068

Program utility to print up to 64 characters per line in normal video mode.

At the beginning of your program you MUST DIM A$(64, or more), this is the variable that will hold the string to be printed, any variable can be used as long as it is the very first variable in memory, so W$(90) is OK. Also note that only the first 64 characters of the string will be printed.

Content

Appears On

Related Products

Related Articles

This is a program utility, it is used to print up to 64 characters per line in normal video mode....

Related Content

Image Gallery

Source Code

Note: Type-in program listings on this website use ZMAKEBAS notation for graphics characters.

Scroll to Top