deleting lines in a field

Dr. Hawkins dochawk at gmail.com
Sun Oct 26 21:24:35 EDT 2014


Once you have the lines in variable theLins

repeat with i = the number of words in theLins down to 1
  delete line (word i of theLins) of theData
end repeat

On Sun, Oct 26, 2014 at 2:10 AM, <larry at significantplanet.org> wrote:

> I have a field that allows non-contiguous selection of lines
>
> What is the easiest way to delete the selected lines?
>
> I've tried a bunch of things and I end up doing this big convoluted script
> to do it.  It seems like it should be simple?
>
> Thanks, Larry
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462



More information about the use-livecode mailing list