I'm wanting to create a fastloop that will search all editboxes in a dialog to see if anything is typed in to it (basically if length of text greater than 0). Manually I'd have to use OR operator to check each editbox in a dialog. Instead of having 20+ OR operators in one condition I was hoping to create just one fast loop that checks all editboxes in the dialog box.