On Fri, 3 Aug 2001, Scott Slaugh wrote:
>A couple questions here.  First, is there a way to make it so that the
card number is not displayed on the title bar in Windows?  Second, I have
been working with sockets lately.  However, I have been unable to get
something like this to work.  (Note: the variable used here has several
lines in it.)
>write ("put " & quote & the variable of this stack & quote & " into fld "
& quote & "card 1" & quote) to socket "1.1.1.1:90"
>
>In the recieving stack, I simply have it execute the do whatever command was 
>recieved.  However, when it gets this message, it does not work.  I then put the 
>message it was recieving into the message box, and this is what it looks like.
>put "Line 1 of variable
>       Line 2 of variable
>       Line 3 of variable" into fld "card 1"
>I am using a datagram connection for this.  Any command with a variable that does not 
>have multiple lines works.  I would appreciate any help with this.
>
>Scott Slaugh

I'm very new to Revolution, so forgive me if this isn't a valid solution.
What about replacing the line breaks in the variable with the CRLF constant
on the sending stack before it's sent, then translating it back on the
receiving side?
I've done things like this in other client-server setups so it may work
here.

Sincerely,
Matt
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Matthew Duhan    [EMAIL PROTECTED]     http://shell2.primushost.com/~fringe
When I want my opinions I'll ask me for them.
WWW, HTML, VR, MOO, HRSFA, TMBG, DNA--any more initials and I'll go insane
Future.   Alien.   Fodunk.

Reply via email to