Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Understanding hex values
Message
De
02/10/2011 07:25:40
 
 
À
02/10/2011 07:03:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01525377
Message ID:
01525385
Vues:
56
What happens when you transform the result into a string?
resultString = TRANSFORM(GetReaderName(0, @ReaderName, @NameSize))

WAIT WINDOW resultString
>DECLARE LONG GetReaderName IN eVehicleRegistrationAPI.dll long index, string @ReaderName, long @NameSize
>
>RederName = SPACE(256)
>NameSize = 0
>
>a=GetReaderName(0, @ReaderName, @NameSize)
>
>wait wind (a)
>
>produces as result ****
----------------------------------
António Tavares Lopes
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform