Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Which the error is?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Which the error is?
Miscellaneous
Thread ID:
00942259
Message ID:
00942259
Views:
54
I need to send an array that contains 19 elements to a function. This function wait for array ponting to the first one
The example of below it doesn't work. Which the error is?
How do I make to tell to the function that what I am sending an arrangement of 19 elements is pointing to the first one?


DIMENSION wserie (19) AS String
DECLARE INTEGER VFGenerateId IN VFinger.dll String

Anyone of the examples of below it produces an error; doesn't receive the array, neither like value, neither like reference

wres=VFGenerateId(wserie)

wres=VFGenerateId(@wserie)
Next
Reply
Map
View

Click here to load this message in the networking platform