[REBOL] Re: Encryption
From: greggirwin:mindspring at: 8-Sep-2003 9:48
Hi Matt,
MM> Ok, maybe my inexperience is showing or I'm just dense. I need to use the
MM> line refinement so that I can get the entire line of the message at once.
MM> But you cannot use the binary and line refinements at the same time. How do
MM> I get around this?
If you're sending binary data, there is no concept of "lines". You'll
have to send the data and decode it on the other end, breaking it up
in to lines there if necessary.
-- Gregg