I am using PB 3.20 and have copied the sample program in the manual on page 298 of the programmers guide and it gives me:
Error 418: Statement expected
when it it tries to process the line reading:
stuff$ = INPUT$(LOC(1),#1) 'read incoming characters
Can anyone suggest a solution?
thanx
frank cernansky
Error 418: Statement expected
when it it tries to process the line reading:
stuff$ = INPUT$(LOC(1),#1) 'read incoming characters
Can anyone suggest a solution?
thanx
frank cernansky
Comment