You can nest event structures (it is allowed), but it is tricky, and could
crash, or at least show some unexpected behaviour. To me, that means it's
not working...
So "Can I design my program to have nested event loops?".. You can, but you
shouldn't (or I wouldn't)...
And the help does specify a caveat against nested loops:
"Avoid placing two Event structures in one loop. " (help>Event structures,
caveats)
This also means two event structures inside each other...
Regards,
Wiebe.
"bfarley" wrote in message
news:506500000005000000549D0100-1079395200000@exchange.ni.com...
> Well I too am glad someone else is doing it (especially someone with a
> medal next to their name 🙂 ). The NI doc for events does not
> specifi
cally caveat against nested loops. Is there some official
> opinion?
>
> Bill F