Chunked Off

Mark Wieder ahsoftware at sonic.net
Sat Sep 1 11:54:00 EDT 2018


On 09/01/2018 06:22 AM, Richmond Mathewson via use-livecode wrote:

> I've got a text, in a field ("xText"), that contains the phrase "Ruyton 
> of the Eleven Towns."

> Now what I would like to do is dlete the chunk "Ruyton of the Eleven 
> Towns."
> 
> from the string variable . . . BUT . . . if I "try to be clever":

Probably not what you're looking for, but...

the not-clever approach:
replace "Ruyton of the Eleven Towns." with empty in exText

or directly:
replace "Ruyton of the Eleven Towns." with empty in field "xText"

-- 
  Mark Wieder
  ahsoftware at gmail.com




More information about the use-livecode mailing list