It looks like you're new here. If you want to get involved, click one of these buttons!
Hello,
Could you please help.
What is the syntax of using the "text" function if I want to include various types of messages inside?
For instance, I need something like:
text ("x coordinate ..." + x, 100,100)
What I intend to see on the screen is this:
x coordinate ... 100
Where x is some variable.
Comments
Use two dots .. to join text