Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to convert VB to VFP?
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00936101
Message ID:
00936136
Views:
23
In FoxPro array of bytes can be implemented through strings. Something like this:
cBuffer = REPLICATE(Chr(0), 4096)  && set appropriate length
RegTemplate.Export(@cBuffer)
May not work, then try
RegTemplate.Export(cBuffer)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform