How do I refer to an item generically?
Kaveh Bazargan
kaveh at focalimage.com
Tue Nov 16 05:36:39 EST 2004
Here is a code I have to delete all empty groups:
repeat with i = 1 to the number of groups
if the number of btns of group i is 0 and the number of flds of group i \
is 0 and the number of sbs of group i is 0 then
delete group i
end if
If there a shorter way of saying this?
--
Kaveh Bazargan
http://www.focalimage.com/
http://www.holographer.org/
More information about the use-livecode
mailing list