how to sort lines with a $ amount

Bob Sneidar bobsneidar at iotecdigital.com
Thu Apr 3 20:52:59 EDT 2014


Oh that is clever!

Bob


On Mar 31, 2014, at 20:02 , J. Landman Gay <jacque at hyperactivesw.com<mailto:jacque at hyperactivesw.com>> wrote:

function moneySort pItem
 if char 1 of pItem = "$" then delete char 1 of pItem
 return pItem
end moneySort




More information about the use-livecode mailing list