
Originally Posted by
Alektric
Yes, I have tried that. PB pro does look much better! In PB, Else is seen to be a label and it gives a ": expected" error on the line with Else on it. The method that works is very similar to what you suggested:
If B0 = 1 Then LIGHTON
Low 7
Goto NEXTPART
LIGHTON:
High 7
NEXTPART:
(code continues)
But unlike this most simple example, things start to get complicated (for me) when there are more If statements referring to that variable which makes what should be a single code block get spread out across many jump labels.
So the Else and EndIf commands are used in PB pro? - I'll have to look into it. Thanks for the help.
Bookmarks