Hopefully a quick question here-
On start of layout I set a bunch of values / titles in an array. I then use a global variable to store a value that reads in which array X value to display the text as- pictures of that below. It works great... until the value hits 10. Once I get to double digits, "0" displays instead of a title. Can anybody explain why and how to resolve it? Thanks-
Here I am just creating the titles/values for the array
and this is how I am displaying them. This is an "every tick" event
Thanks