Hey, silly question, but is there a way to do this.. sort lines of tWorking numeric by (--sCount) so that there is no actual function call? (an in position, decrement sort of thing)
Just curious. On Mon, Feb 16, 2015 at 8:25 PM, Jerry Jensen <j...@jhj.com> wrote: > Good point. Besides being a good general habit, it would be especially > important to make recursive functions private. > .Jerry > > > On Feb 16, 2015, at 7:18 PM, Geoff Canyon <gcan...@gmail.com> wrote: > > > > It's important to note that the efficiency is all/mostly in the function > > call, not in the execution of the function itself. So for really short > > functions that will be called many times, this is significant. For longer > > functions, the difference all but vanishes: > > > > _______________________________________________ > 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 > _______________________________________________ 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