Problem in Multi line string (via Socket)

Shani shani.runrev at gmail.com
Sun Apr 25 22:09:39 EDT 2010


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




More information about the use-livecode mailing list