The function is adding the value of two chunks together and returning the 
result. How does that even compute? Unless the + operator is doing something 
totally different hereā€¦

Bob S


On Aug 31, 2023, at 3:38 PM, J. Landman Gay via use-livecode 
<use-livecode@lists.runrev.com> wrote:

Actually, the syntax is correct. It uses a custom sort function. The function 
call includes the "each" which means it passes the correct parameter to the 
custom function, which then acts on it and sends the result back to the calling 
handler for sorting. It's a nice way to customize the built-in sort. You can do 
some pretty extravagant things with it.


On 8/31/23 10:25 AM, Bob Sneidar via use-livecode wrote:


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to