Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/15/01 08:09
Read: times


 
#16638 - RE: Receiving data from a VBasic Application
If you are outputting strings, remember that VB uses unicode (wide char) format (which uses 16 bits/char and uses length of string indentifier rather than null termination) to parse strings.

If the data is in integer format, you might be better off passing them in that format itself, rather than converting it into a string

kundi

List of 6 messages in thread
TopicAuthorDate
Receiving data from a VBasic Application            01/01/70 00:00      
RE: Receiving data from a VBasic Application            01/01/70 00:00      
RE: VBasic - Addendum            01/01/70 00:00      
RE: Receiving data from a VBasic Application            01/01/70 00:00      
RE: Receiving data from a VBasic Application            01/01/70 00:00      
RE: Receiving data from a VBasic Application            01/01/70 00:00      

Back to Subject List