how remove text from a variable?

Post your questions and help other users.

Moderator: Martin

Post Reply
holymoz
Posts: 113
Joined: 13 Sep 2013 10:27

how remove text from a variable?

Post by holymoz » 13 Sep 2016 17:07

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

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: how remove text from a variable?

Post by Martin » 14 Sep 2016 18:42

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

holymoz
Posts: 113
Joined: 13 Sep 2013 10:27

Re: how remove text from a variable?

Post by holymoz » 15 Sep 2016 17:27

Thanks, I will try

Post Reply