Binary data type in VB4??? 
Author Message
 Binary data type in VB4???

Quote:

>    I have a copy of VB4 and seem to have hit a wall with Binary data
>types....is this even possible with VB or do I have to get either VC++
>or  C++ Builder?

Use arrays of Byte data type.

Most "string" functions can be used on the overall Byte array.
Omit the subscript (use just the array name), and it acts like a "string"
of bytes rather than text characters.

-- Rick
--

(Rick Rutt is a system architect living and working in metropolitan Detroit.)



Sat, 28 Aug 1999 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Proposal: alt.binaries.examples.vb4 , alt.binaries.examples.vcpp , alt.binaries.examples.java

2. Proposal: alt.binaries.examples.vb4 , alt.binaries.examples.vcpp , alt.binaries.examples.java

3. VB4: Help: data-alignment in user defined data types

4. Binary Data Types

5. Is there a Binary data type ?

6. Binary data types

7. Data Type Conversion Error with Long Binary Field -PLEASE HELP

8. binary files and user defined data types

9. Binary data types

10. Help with Binary data types using VB

11. A Binary Data Type Question

12. Binary data types in VB?

 

 
Powered by phpBB® Forum Software