Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Declare dll problem
Message
 
À
02/12/2009 09:24:10
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
01437269
Message ID:
01437273
Vues:
62
My 2 cent's to what Boris has suggested. You might need to allocate more space for the lcTest.

For example
lcTest = SPACE(100)
or
lcTest = REPLICATE(CHR(0), 100)

The description for this function possibly can give you the exact number of bytes. If this input parameter is a structure, after the function returns, the lcTest may contain some data about the device.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform