Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting List from DLL's
Message
De
11/10/1998 20:36:39
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Getting List from DLL's
Divers
Thread ID:
00145788
Message ID:
00145788
Vues:
55
Hi : I am trying to communicate with and external device. Everithing is ok but when I am using one function where I am supposed to receive a list of integer values. This is what I am doing :

DECLARE INTEGER _get_template_list@4 IN biidll as nidlist INTEGER @ id

DIMENSION nid(100)
nid=0
nAnswer=nidlist(@nid) && by reference

when I check the values of 'nid' (nid(1), nid(2)....) all have the same value which is the first in the list that I was supposed to receive.

Any suggestion ?. Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform