From: Casey W. <wil...@nc...> - 2001-11-28 20:42:46
|
Hey guys, I've been seaching through the doc's for a way to fire off Events = even if I'm running a loop such as... foreach my $i (0..999999) {...} I've found the Yield() and SafeYield() functions. But those only allow = the GUI to be updated for interaction, but don't allow the functions = tied to the events to be called. At least, as far as I can tell anyhow. = Anyone have any advice? Thanks guys! -Casey Williams |