Integer to Byte Array Conversion

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • VB6newbie37
    New Member
    • Mar 2010
    • 1

    Integer to Byte Array Conversion

    Hello,

    I have searched all over and can't find what I need. In VB.net there is a bitconverter.ge tbytes() that takes a number and converts it into a two byte array. I need to do this same conversion in VB6, but have no idea where to start. From my understanding there are no unsigned data types so I will need a long.
Working...