[EMAIL PROTECTED] wrote: > Anyone know of an easy way to determine if a stack was modified without > taking inventory of everything?
You could run the stack file through the md5digest function to get a unique value for the stack. But then there's the question of where you store the value. For my own apps I trap all messages that will affect data and set a uDirty custom prop on the stack. -- Richard Gaskin Fourth World Media Corporation Developer of WebMerge 2.1: Publish any database on any site ___________________________________________________________ [EMAIL PROTECTED] http://www.FourthWorld.com Tel: 323-225-3717 AIM: FourthWorldInc _______________________________________________ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard
