1
Technical support / Re: Reading an input continuous
« on: March 26, 2002, 08:53:00 AM »
I'm using these commands to receive a string which will later convert to values
A$ = INPUT$(1)
A=VAL(A$)
Is the "1" stands for com port 1or ? I having trouble in receiving the input
A$ = INPUT$(1)
A=VAL(A$)
Is the "1" stands for com port 1or ? I having trouble in receiving the input