Hi,
I started to modify my WAIT statement and ended up with some garbage at the end of it that I have no idea how to get rid of.
Basically I want something like:
but somehow I ended up with:
Code
WAIT ( (DI[101] AND DI[102] AND DI[103]) OR (DI[104] AND DI[105) ... AND ...(((...)))AND)))...)
Now, my actual WAIT statement is much longer than the example above that's why I don't want to re-type it if I don't have to.
The question is, how can I delete the garbage from the end?
Thanks,
Tom