nvm i manage to do it.
but if i change the global variable to number it will not be read by txt object.
would have upload the capx but i cant
dont have yet 500 rep
if you want to show a text as number you can use i think str(valuenumber) and read it as a text or int(textglobalvariable) and read it as a number, someone corect me if im wrong. but i know one of those things turn a text into a number and viceversa. however if you have like johndoe:123 why are you adding that data in 1 variable? and not just use 2 variables 1 for text and 1 for numbers and use '&' to make them appear or use them as calculations data calls etc (ie. variabletext&variablenumber)
[quote:14yw424w]int(x)
Convert the float or text x to an integer (whole number). If x is text, non-numeric characters are allowed after the number, but not before. For example int("33xx") returns 33, but int("xx33") returns 0.
[quote:14yw424w]
str(x)
Convert the integer or float x to a string. Generally not necessary since strings can be built using the & operator, e.g. "Your score is " & score
manual
you can upload a file to your google drive and post it here without https://www and without the '.' <- dotcom etc...