Hi Mark,

Thanks for the info!

I am working on a communications program and was transferring files.
When I transfer a stack that I read as a binary that has been placed in
a field after I read it, the transfer has a problem. Immediately it shows
the message box saying it is having trouble writing the file.  Then on
the receiving machine it receives only about 1/2 of the text sent.

I was thinking this might have to do with the wrong type of character
being sent so I thought this might put it in a form that would not cause
problems being sent to the driver.

-=>JB<=-



On Dec 6, 2008, at 1:56 PM, Mark Schonewille wrote:

Hi JB,

put binaryencode("h*",mySourceVar) into myDestVar
get binaryDecode("h*",myDestVar,mySourceVar)

What kind of data do you want to encode and what do you want to do with it?

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http://www.salery.biz
Dutch forum: http://runrev.info/rrforum

Color Converter has been updated! Get it at
http://colorconverter.economy-x-talk.com !

On 6 dec 2008, at 21:47, -= JB =- wrote:

The Rev Dictionary provides info about the BinaryEncode function and it mentions,

use the BinaryEncode function to encode one or more values as binary data.

Does this mean I can put a whole field into the BinaryEncode function and encode it
and if so does someone have an example of using a whole field?


-=>JB<=-


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to