Quick one, how do I text a string?
in
Programming Questions
•
1 year ago
text(String123, 0,600);
This doesn't work :( was hoping I didn't have to counter it out like an array
thanks for listening!
-J
This doesn't work :( was hoping I didn't have to counter it out like an array
text(c, x, y)Doesn't this^ imply I can do just That? :(
text(c, x, y, z)
text(str, x, y)
text(chars, start, stop, x, y)
text(str, x, y, z)
text(chars, start, stop, x, y, z)
text(str, x1, y1, x2, y2)
text(num, x, y)
text(num, x, y, z)
thanks for listening!
-J
1