I am not really that much of a "newcomer", but I can't find, or figure this out.
I am trying to print a defined string,
string1="This is the first string"
And then use TEXT to display it.
text 1200*widthmultiplier,200*heightmultiplier,string1
The location works for my integers, using int$(money).
How do I display the string? Everything I try, it returns 0 where it is supposed to be.
Sorry for Noob question.
EDIT: Solved. I fixed it somehow. But if anyone Googles how to do this, put a dollar(string) sign($) after every time you declare or use it.
Eg.
stringa$="wazzup"
TEXT 0,0,stringa$