Why is this not what you are expecting?
try:
write ("put urlDecode(" & urlEncode(quote & the variable of this stack &
quote) & ") into fld " & quote & "card 1" & quote) to socket "1.1.1.1:90"
Monte
[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]