The functions posted about the blitzbasic forum seem to work only if you generate the text and keep it in memory for use till the program finishes.
What I wanted to know is if there is a way for the system to generate text on the fly so all I have to call is a function like CreateText( "Text" ) and then I can use it and get rid of it when I want without having to prerender everything at startup?
What I wanted to know is if there is a way for the system to generate text on the fly so all I have to call is a function like CreateText( "Text" ) and then I can use it and get rid of it when I want without having to prerender everything at startup?