Somone may have already suggested this but I will chime in just to make sure. There is a reserved word "control" which can refer to almost any UI element.
-==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=- Disclaimer: Any resemblance between the above views and those of my employer, my terminal, or the view out my window are purely coincidental. Any resemblance between the above and my own views is non-deterministic. The question of the existence of views in the absence of anyone to hold them is left as an exercise for the reader. The question of the existence of the reader is left as an exercise for the second god coefficient. (A discussion of non-orthogonal, non-integral polytheism is beyond the scope of this article.) --- On Tue 11/16, Kaveh Bazargan < [EMAIL PROTECTED] > wrote: From: Kaveh Bazargan [mailto: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Tue, 16 Nov 2004 10:36:39 +0000 Subject: How do I refer to an item generically? Here is a code I have to delete all empty groups:<br><br>repeat with i = 1 to the number of groups<br>if the number of btns of group i is 0 and the number of flds of group i \<br>is 0 and the number of sbs of group i is 0 then<br>delete group i<br>end if<br><br>If there a shorter way of saying this?<br>-- <br><br>Kaveh Bazargan<br>http://www.focalimage.com/<br>http://www.holographer.org/<br>_______________________________________________<br>use-revolution mailing list<br>[EMAIL PROTECTED]<br>http://lists.runrev.com/mailman/listinfo/use-revolution<br> _______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web! _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
