Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Return value of field in array
Message
De
26/03/1999 16:47:05
Becky Vidal
Heritage Information Systems, Inc.
Richmond, Virginie, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Titre:
Return value of field in array
Divers
Thread ID:
00202590
Message ID:
00202590
Vues:
41
I have a program which has an array. The array contains fields. I want to read through the array and populate a new field with the values of the fields in the array. How do I do this?

> rst = previoulsy defined recordset
>
>Dim stScore(0 To 2) As String
>Dim Const GMSCORE As Integer = 3
>Dim curscore As String
>
>stScore(0) = "PaidRank"
>stScore(1) = "CostRank"
>stScore(2) = "NumberRank"
>
>FOR ii = 1 TO GMSCORE
> curScore = curScore & ????(Value of field in stScord(ii-1))
>Next ii
>rst!NewScore = CurScore

Can anyone help?
Becky
Répondre
Fil
Voir

Click here to load this message in the networking platform