property is not an interger?
Rich Lague
laguer at onid.orst.edu
Fri Jul 2 14:03:53 EDT 2004
I can't seem to get the script below to work. When I try to examine it
with the debugger I get, "Error description: Object: property is not an
integer"
Is there some way to tell what property is the problem?
Thanks!
Rich Lague
----------------------------------------------------------
on tryAgain
repeat with i = the number of cards down to 1
if the number of card i > 1 then
delete card
end if
end repeat
end tryAgain
More information about the use-livecode
mailing list