Call a function: Difference between revisions

Content added Content deleted
(Lingo added)
Line 1,575:
cnt = tList.count
repeat with i = 1 to cnt
-- tList[i] = call(cbFunc, cbObj, tList[i])
res[i] = call(cbFunc, cbObj, tList[i], i, tList)
end repeat