[quote:2fkul0qb]hey, doesn't gettoken works with private variables?
like
left(Gettoken(SpriteFont.Value('sdfsdf'),2,"."),1)
??
If 'sdfsdf' is a string then it should work. But if it's a number then it needs to be converted into a string with the str() function.
left(Gettoken(str(SpriteFont.Value('sdfsdf')),2,"."),1)