[TIP] Sorting by ValueList and synchronized sorting

Mark Smith mark at maseurope.net
Tue Jun 17 19:08:13 EDT 2008


On 17 Jun 2008, at 23:57, Richard Gaskin wrote:
> But I guess I'm stuck on the old (outdated?) notion that functions  
> are evaluated before their result is used in the calling command,  
> which would mean the calling sort command is effectively using:
>
>    sort lines of fld 1 by 1

Except that though we don't know exactly what the engine is doing,  
it's probably computing the value of the sort expression for each  
line and then doing the sort.

Best,

Mark



More information about the use-livecode mailing list