Display the string of a g variable to a text object? SOLVED

Probably a stupid question (I thought it was obvious) but how to I make the text string of a global variable appear in a text object?

I thought it might be something like… txt Do =w1letter1.String() to the text of w1l1
(where ‘w1letter1’ is the global variable and ‘w1l1’ is my text object.

What am I missing? :confused:

UPDATE: Oh duh I just had to write it as GlobalVariableString(w1letter1) knew it had to be something simple. :laughing: :laughing: Hahaa #blonde

1 Like