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         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to