Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I make to pass two arrays to a function?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
How can I make to pass two arrays to a function?
Divers
Thread ID:
00941721
Message ID:
00941721
Vues:
45
How can I make to pass two arrays to a function? In the example of below; I have two defined arrays as string and the function waits two arrays pointers to first element

DIMENSION wserie (19) AS String
STORE " " TO wserie

DIMENSION wIDRegistro (100) AS string
STORE " " TO wIDRegistro

DECLARE INTEGER VFGenerateId IN VFinger.dll String, String

This, produce error
wres=VFGenerateId()

This too
wres=VFGenerateId(wserie,wIDRegistro)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform