How to get spesific text from long text

if i have word like this :

#a#akai#b#comic#oke#master#

i want get my world only => comic
how to the block sir…thanks

You have to elaborate a bit more…
Are you looking for the word which comes after the fourth #?
Or is it the word after b#?
Or something else?

Taifun

1 Like

You might want to try the parse method

Taifun

words after #b# and at the end of #
but now i just only
#a#akai#b#comic#oke#master#

the rest are not used,
I only need the word comic, the others disappear…to be entered into the textbox

Someone told me longtime ago, that we create things that other’s already created before, we just modify things and add more in that (out of point). Am trying to say, can we actually see where did you get this? Because #a#akai#b#comic#oke#master# seems a normal word with mixed characters, the deep question can be where did the text comes from, API? user creates it lest take a look

Will this be trimmed by length of text, only tracking b

very cool thanks taifun

1 Like

thanks sir, i got it, use parse device utilities

1 Like