Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Arrays and variable ...???
Message
De
20/08/1998 15:28:10
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00128485
Message ID:
00128608
Vues:
19
>Mark,
>
>This should work for you;
>
>
>DIMENSION Array1(5)
>Array1(1)='h'
>Array1(2)='e'
>Array1(3)='l'
>Array1(4)='l'
>Array1(5)='o'
>
>? Proc1(@Array)
>
>PROCEDURE Proc1
>LPARAMETERS paArray
>LOCAL lcResult, lnCnt
>lcResult = ""
>FOR lnCnt = 1 to ALEN(paArray, 1)
> lcResult = lcResult + paArray(lnCnt)
>ENDFOR
>RETURN lcResult
>
>
Thanks a bunnchhh!!! ;-))
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform