Using sockets

Dar Scott dsc at swcp.com
Mon Mar 14 15:33:20 EST 2005


On Mar 14, 2005, at 1:01 PM, Kevin J wrote:

> I was trying to open a
> socket to a text game so that I could read the login page I can get it
> in to the text field and the page will show up in the field but it
> will have a little square box at the left hand side of the field on
> every line. How would I get rid of that?

The game might be using lf cr at the end of each line.  ASCII CR is 
numToChar(13); get rid of those.

Dar
-- 
**********************************************
     DSC (Dar Scott Consulting & Dar's Lab)
     http://www.swcp.com/dsc/
     Programming Services and Software
**********************************************



More information about the use-livecode mailing list