toString()

For a Text Input object named Text_1, use the following syntax:

var answer = 75
Text_1.ReplaceSelection("Your answer was: " + answer.toString())

Close