search for: infosystch

Displaying 1 result from an estimated 1 matches for "infosystch".

2008 Dec 16
0
socket server, textConnection and readLines
...9;A' and sending data to machine 'B's R socket server. Here is the data that I have on machine 'A' ---data--- RELIANCE,1200.00,03-NOV-2008,09:00:02:286 RELIANCE,1200.20,03-NOV-2008,09:00:02:287 RELIANCE,1200.10,03-NOV-2008,09:00:02:289 RELIANCE,1201.10,03-NOV-2008,09:00:02:310 INFOSYSTCH,1400.00,03-NOV-2008,09:00:02:286 INFOSYSTCH,1400.20,03-NOV-2008,09:00:02:287 INFOSYSTCH,1400.10,03-NOV-2008,09:00:02:289 INFOSYSTCH,1401.10,03-NOV-2008,09:00:02:310 ---end data--- Here is the code that I am using for reading this data on machine 'B'. ---code--- a.connection <- socketC...