I'm trying to sort the lines of a container by one, then another
item... so I'm using a function to concatenate two fields:
sort lines of fld "userTasks" by buildSortFld(item 2 of fld
"userTasks", item 15 of fld "userTasks")
function buildSortFld f1, f2
return f1 && f2
end buildSortFld
This doesn't work because I need an "of each" so the sort function
does all the lines... but wherever I put "for each", I get an error...
Where do you put "of each"?
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution