i'm doing a for loop to dump some data into an array(games)
the storage.get function requires a string as parameter
but data in storage are actually number for this field
i set var tmp_j as text
but i fear that loopindex("j") returns as a int and that the rest of my code stops working, the array becomes correct for the first loop(0) but does not work for the rest,
any ideas on how to pass ints to strings in functions?