HI, 

open socket mSocket

write "1 line "  & return to socket mSocket  -- this write on java Server

read from socket mSocket until return

    put it into kResult

write "2 line "  & return to socket tSocket   -- this not write to java
server

read from socket mSocket until return

    put it into lResult

........

........  -- when I comment first write then java read the other line form
rev

.

. when I use multi line string to (connect java through Socket), it write
first line to java but not write second and other lines.

When I comment first line then java read second line and display the result
against that one.

 

How can I use multi line string (via socket )

 

 

Regards,

shani

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to