Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help passing binary array to OCX
Message
From
09/09/2003 10:04:22
 
 
To
08/09/2003 17:39:44
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00827190
Message ID:
00827470
Views:
22
Hi Michael,

Yes, particular are.
BINTOC(m.i,1)===CHR(m.i+128)

BINTOC(m.i,2)===CHR(m.i/256+128)+CHR(MOD(m.i,256))

BINTOC(m.i,4)===CHR(m.i/256^3+128)+CHR(MOD(m.i/256^2,256));
               +CHR(MOD(m.i/256,256))+CHR(MOD(m.i,256))
Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform