Jump to content

Call a function: Difference between revisions

m
(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
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.