[TIP} co-sort variable 1 based on values in variable 2

J. Landman Gay jacque at hyperactivesw.com
Tue Mar 20 22:47:52 EDT 2007


Jim Ault wrote:

>  The basic idea is to sort varB by the values in varA using a temporary
> array.

Do you need to use an array? Would this do?:

   sort items of varB by itemOffset(each,varA)

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



More information about the use-livecode mailing list