TGC Codebase Backup



Multiple Line Text by Michael Denton

17th Oct 2004 9:30
Summary

This will allow the programmer to print text on multiple lines. Beginer Stuff.



Description

This will allow the programmer to print text on multiple lines.
This does not need any media.
Eg:

Hello World
This is a new line
Wow
This is great
Dog Fight Productions rules



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    Rem Project: Text
Rem Created: 17/10/2004 11:30:45
Rem Creator: Michael Denton

Rem ***** Main Source File *****
PRINT "Line 1 Text Here"
PRINT "Line 2 Text Here"
PRINT "Line 3 Text Here"
PRINT "Line 4 Text Here"
PRINT "Line 5 Text Here"
PRINT "Line 6 Text Here"
PRINT "Line 7 Text Here"
PRINT "Line 8 Text Here"
PRINT "Line 9 Text Here"
PRINT "Line 10 Text Here"
PRINT "Line 11 Text Here"
PRINT "Line 12 Text Here"
WAIT KEY