Thanks Aero, that makes sense. I'll try it out when I get home.
Robert
Thanks Aero, that makes sense. I'll try it out when I get home.
Robert
PBP behaves just as documented. I should have looked under IF statement.
Robert5.35 IF..THEN
IF Comp {AND/OR Comp...} THEN Label
IF Comp {AND/OR Comp...} THEN Statement...
IF Comp {AND/OR Comp...} THEN
Statement...
{ELSEIF Comp {AND/OR Comp...} THEN
Statement...}
{ELSE
Statement...}
ENDIF
After THEN a statement is required. On the first example is the line under THEN.
On the second example you only have : and a statement is missing. Just a classic logical error
Ioannis
Bookmarks