CodeBase - Advanced Text Drawing Function
Return to the CodeBase listing
Category: Text
Version: 1.0
Information
Uploaded: 7th Jun 2011 22:20
Modified: 7th Jun 2011 22:20
Author: Mudbud Productions
Summary
This code enhances the TEXT command greatly. ALL code is free to use unless otherwise specified. Credit is appreciated but not required.
Full Description
It first checks the length of the string and see's if it overlaps the eges of the screen, if it passed the IF logic then it will continue and output your message and color choice. function TextExt( x as integer , y as integer , message as string , color as integer )
Comments
No comments yet.