Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array and COM
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
01076896
Message ID:
01076907
Views:
20
in dcom
function _testarray( laarray)
dimension larray[1,2]
larray[1,1] = "a"
larray[1,2] = "b"
endfunc

****
in client
app_com = createobject("mycom")
comarray(app_com,11)
loca array atab[1]

app_com._testarray(@atab)
&&&
call "app_com._testarray(@atab)" geterated error

Best regards
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform