Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Which the error is?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Which the error is?
Divers
Thread ID:
00942259
Message ID:
00942259
Vues:
55
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)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform