Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to convert VB to VFP?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00936101
Message ID:
00936136
Vues:
22
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)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform