Is it Possible to Grab the 5th letter of a property?

Is it possible? I don’t think there is a direct block for it, but maybe some extra coding?

Not directly. You could use counters with the target of 5, that records whatever the fifth digit is.

1 Like

??? What do you mean?

How is the property value created? If it isn’t 1-character at a time, this isn’t applicable.

What do you mean by

?

He means you added each digit/letter one by one

1 Like

Do you just use set property? Or do you add one character to the value of the property to slowly change it?

You really can’t do anything with text. However, you can use this guide to encode the text into numbers:

You can if it only adds a single character at once. What are you making?