How to store last character when textbox text is changed?

I want to store last character of the user entered text in a variable.

For example if the user enters “Hello” then “o” will be stored. But I
want to do this on textbox text change event.

Use segment text block.

3 Likes

Thanks a lot! :slightly_smiling_face:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.