Call a function: Difference between revisions

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