Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting List from DLL's
Message
From
11/10/1998 20:36:39
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Getting List from DLL's
Miscellaneous
Thread ID:
00145788
Message ID:
00145788
Views:
54
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
Next
Reply
Map
View

Click here to load this message in the networking platform