Binary to ASCII using VB 
Author Message
 Binary to ASCII using VB

Hi,

Oke i give up. I can't do this..

I read a binary input with request.binaryread within ASP. Now i want to
convert these binary input to string characters. For this i want to make a
component.

Question 1
Is it possible to give the binaryinput to a component of with a length of 2
MB.

Question 2
Which function can be used to convert the binary stuff to a string?

Thanxs
Marcel



Sat, 14 Jul 2001 03:00:00 GMT  
 Binary to ASCII using VB

Quote:
>Hi,

>Oke i give up. I can't do this..

>I read a binary input with request.binaryread within ASP. Now i want to
>convert these binary input to string characters. For this i want to make a
>component.

>Question 1
>Is it possible to give the binaryinput to a component of with a length of 2
>MB.

>Question 2
>Which function can be used to convert the binary stuff to a string?

You can use this API:

Declare Sub CopyMem lib "kernel32" alias "RtlMoveMemory" (Dest as Any,
Source as Any, Byval Length as Long)

Quote:
>Thanxs
>Marcel

--
Eduardo Morcillo

http://www.geocities.com/SiliconValley/Foothills/9940/index_sp.html


Sat, 14 Jul 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Binary to ASCII using VB

2. How I send a binary/ascii file using winsock

3. Help : binary -> ASCII

4. HELP: Sending ascii or binary data over TCP socket

5. File Type (Binary or ASCII)

6. Need help turning basica binary into qbasic ascii!!!

7. HOW RECEIVE BINARY DATA WITH MSCOMM AND STORE THEM AS ASCII

8. Q: ASCII-binary conversion

9. Binary-ASCII conversion

10. HELP ON CONVERSION OF ASCII TO BINARY

11. string to ascii to binary

12. Converting VB3 binary-saved form to ASCII

 

 
Powered by phpBB® Forum Software