Quitting with the close box on Mac

J. Landman Gay jacque at hyperactivesw.com
Wed May 28 17:57:45 EDT 2014


On 5/28/2014, 4:35 AM, divya navaneeth wrote:
> Respected Sirs,
>
> I am new in livecode .Could you plz tell me hoe can we search for  certain
> words or chars inside a textile and deleting unwanted words

The easiest way is to use the "replace" function to replace the words 
you don't want with empty:

replace "cat" with empty in tText

This will remove all instances of the word "cat" from the text in the 
variable "tText".

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list