Re: Triggers, performance and help with a replaceText script with start and end text matches

2013-07-06 Thread Peter M. Brigham
On Jul 6, 2013, at 8:05 PM, Mark Rauterkus wrote: > Desired result is to remove all the text starting with "Prior data:" and > ending with "Concludes prior." put fld "performance" into tText put offset("Prior data: ", tText) into startChar put offset("Concludes prior.",tText) + 15 into endChar pu

Triggers, performance and help with a replaceText script with start and end text matches

2013-07-06 Thread Mark Rauterkus
Hi LC Folks, Our "Attendance App" for kids at our summer camp needs some serious performance help. The hit is huge when we keep data from various fields about a camper in various .txt files. I think I need triggers so updates and refreshing the data only occurs when desired, not at OpenCard. Get