On 7/29/20 3:17 PM, Ali Lloyd via use-livecode wrote:

Now you can do:

local tMin, tThisResult
put infinity into tMin
repeat for each element tElement in tList
    -- perform some computation on tElement to get tThisResult
    put min(tMin, tThisResult) into tMin
end repeat

Well, yes, that's clever, but considering that you already had a workaround and that there are so many unfixed bug reports and pull requests waiting to be accepted and merged, I'm wondering what pushed this enhancement to the top of the list?


--
 Mark Wieder
 ahsoftw...@gmail.com

_______________________________________________
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