When i extract text in some case, does may it be as number?

Text = “aaabbbcccdddeeefff123”
i extract it to

text1 = “aaabbbcccdddeeefff”
text2 = “123”

after i send all text via Bluetooth
text2 is seen by bluetooth as number
so data is invalid now…!!

text2 “123” as number ? now am confuse @_@!
valid value of text2 are “0x31 0x32 0x33”
but this case “1” as control bit

Does AI2 have to cast type of variables from number to text ?

Try:

image

Might turn it back into a number…

Oops round the wrong way

image

Show us the blocks that send text2.text