I want to make it so only 25 characters will be shown.
I thought that the left(text,count) command would do it.. but it wont.
Any ideas?
left(text,count) does nothing? What happens?
Can you post a .capx?
Develop games in your browser. Powerful, performant & highly capable.
When I created a new cap to test it- it worked.
Checking to see if it has a problem with doing tokenat(x,x,x) and then immediately doing left(x,x,x) with the new text.