On Thu, Sep 12, 2013 at 3:20 PM, FlexibleLearning.com < [email protected]> wrote:
> Is 'put "something" BEFORE myVariable' quicker? That way, the engine > doesn't > have to track to the end each time. > Definitely not -- it may not have to find the end, but it has to shove the whole string over, which costs dearly -- timings in a moment... _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
