| Article ID: | T1052 |
| Date: | 3/14/01 |
| Product: | EPSON RC+ |
| Subject: | Input # for string with TCP/IP ignores characters after comma |
Symptoms
When receiving data over TCP/IP using Input # for a
string variable, if a comma is in the data to be received, the characters after
the comma are ignored.
For example, if the data to be received is
"1,2,3,4", then after the following statement executes, mydata$ will be
"1".
Input #128, mydata$
Causes
This is a bug
in EPSON RC+.
Remedy
Use Line Input # instead.
Line Input #128,
mydata$
Status
This problem will be fixed in a future release.
