Page 1 of 1

how remove text from a variable?

Posted: 13 Sep 2016 17:07
by holymoz
hi, how can i remove text from a variable?
example
variable A contains the text "hello world"
I need a script that make the variable A or another B contains only "world", thanks

Re: how remove text from a variable?

Posted: 14 Sep 2016 18:42
by Martin
Hi,

You can use action Script and a function like split, substring, left or right to extract a portion of the text. Check out the help page of action script to get a description of all functions.
Also check out this page: Script Examples, especially Create a list of words might help.

Regards,
Martin

Re: how remove text from a variable?

Posted: 15 Sep 2016 17:27
by holymoz
Thanks, I will try