Hi, My final script looks like this:
on mouseUp tText, startPrior, endPrior put empty into tText put field "field1" into tText put tText put offset("Prior data", tText) into startPrior put offset("Concludes prior.",tText) + 15 into endPrior ---MR changed NewData to "" put "" into char startPrior to endPrior of tText put tText into field "field2" end mouseUp Above script ELIMINATES all text between and including: Prior data ---> Concludes prior FWIW, and it isn't much. Above is done so that an upload of new data to the web server file it does not re-post prior data already obtained from the server page that is already in that file. -- Ta. Mark Rauterkus mark.rauter...@gmail.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