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
how remove text from a variable?
Moderator: Martin
Re: how remove text from a variable?
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
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?
Thanks, I will try