Help with Number Text PLEASE!

I am trying to make a text where I will enter like 3 and then once I enter another number, the number 3 moves to the left and the number I entered steps in the place that number 3 was at before I entered that number. This is sort of like a code or pin.
Please help me figure this out >>> THANK YOU!!!

1 Like

Have 2 Text behaviors, when something is entered have it set the first one set to that. The first list will set the second list to that as well, and when something new is added it will add to the + input. I did a really horrible job of explaining that, I’m on a phone rn, but when I am on a computer I’ll send a screenshot.

1 Like

@Tim01
This should be a simple solution

If you type “12345” in that order, it will show “54321”

1 Like

If you wanted normal typing just put the output of the “Keyboard” into the “+” input

If you want to make a password system using numbers:

1 Like

Oh, I thought he was just asking for switching the numbers around. Also, the first “To Number” behavior is not needed since it’s comparing text, not numbers.

2 Likes

Rereading it, I think he was. The last part made me think he’s making a password system.
And correct, the first To Number isn’t needed there.

2 Likes

Thanks @JR01 and @CodeAlpaca, I appreciate it! Now I just need to get back to coding.

1 Like