Original Post

How do I get to show the value of a variable, like for a score or something? Suppose I have a variable named “score”. How would I show the value of it on the screen?

2 Replies

You should be able to just throw the variable at vbTextOut, instead of a fixed string. If the variable is an integer, use itoa() on it first to convert to a string.

What is itoa() and how do I use it? Only 5 topics i searched use it and none mention how to use it.

 

Write a reply

You must be logged in to reply to this topic.