triggers, performance and help with...
Mark Rauterkus
mark.rauterkus at gmail.com
Sun Jul 7 08:53:22 EDT 2013
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.Rauterkus at gmail.com
More information about the use-livecode
mailing list