Can I count the number in the end?
Like:
Last letter 1 of 123456 = 6
Last letter 1 of 654321 = 1
But not:
letter 6 of 123456 = 6
letter 6 of 654321 = 1
It is because I made 7 characters that each one of them are (1-0) number, that I want
to sahow them all on the stage using <pick random(x)to(y)> = <costume#>. If only counting the frist letter, I cound't do that.
Like I want to add the last letter of 123456, then I can set:
letter 6 of 123456 = 6
But if the number is 7654321, then that is not equal to the last letter:
letter 6 of 7654321 = 2 not equal to
last letter 1 of 7654321 = 1
Can you help me?
Offline
If the numbers are stored in a variable, you could try:
Offline