Reverse a list
Mike Bonner
bonnmike at gmail.com
Mon Feb 16 22:57:14 EST 2015
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 <jhj at 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 <gcanyon at 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 at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
More information about the use-livecode
mailing list