quickest way to remove text between paranthesis ?

Mikey mikeythek at gmail.com
Tue Mar 22 12:20:42 EST 2005


I'll have to dig out my old cdr() and car() functions I wrote for HC
that handle this.  While this is intuitively obvious, the code was a
little convoluted to optimize the behavior for large lists.  cdr and
car are LISP functions that deal with lists (which in LISP are
delimeted by parentheses).  However, this isn't a single-line
solution, unless you want to ignore the code in the functions.


-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."


More information about the use-livecode mailing list