> For example, you may want asserts to be evaluated during testing, but > not in the final product. > > To bring this new feature to completion I just added a request for a > global property to turn it off: > > AllowAssert global property > <http://quality.runrev.com/show_bug.cgi?id=11833>
Comment added to bug report. Richard: if you don't explicitly put in an assertError handler then you get the effect you're looking for: asserts are essentially ignored. There's a slight (and probably mostly not noticeable) performance hit on the assert command evaluating the expression, but that's it. -- Mark Wieder ahsoftw...@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