Doesn't seem to do much. What I am doing for example -
On item "SAVE" exists -
Set Global Variable "Level 1 Words" to Array.At(1,0,0)
Set Global Variable "Level 2 Words" to Array.At(2,0,0) etc..
But if there is no previous data stored in the array, by default it will set the Variable to 0 and because the text is being displayed, it shows a 0, when I would prefer it to show nothing at all.
Hope this makes sense. Thanks