Every time I use an IF command even when I use THEN I still get
an expected then error!
My syntax is:-
IF DATA$ = "." THEN
{STATEMENTS}
ELSEIF DATA$ = "HGF" THEN
{STATEMENTS}
ELSE
{STATEMENTS}
END IF
Any ideas appreciated,
Josh
an expected then error!
My syntax is:-
IF DATA$ = "." THEN
{STATEMENTS}
ELSEIF DATA$ = "HGF" THEN
{STATEMENTS}
ELSE
{STATEMENTS}
END IF
Any ideas appreciated,
Josh
Comment