Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Collection
Message
De
14/05/1999 14:50:12
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Titre:
Collection
Divers
Thread ID:
00219169
Message ID:
00219169
Vues:
55
I am using the folloing syntax but it gives me the error.
Could you help me with following syntax?

Public datavalues

Private Sub BuildLedgerCollection()
Dim collectionNo As Integer

'make sure collection is empty when we start

datavalues.Add "11"
For collectionNo = 1 To datavalues.Count
datavalues.Remove 1
Next collectionNo
'Collection is now empty
End Sub

rawdata = frmMainFile.rec_02.Recordset("echange")
I also would like to know but is the different between
" datavalues.Add rawdata, rawdata" and "datavalues.Add rawdata"

Thank you!
Répondre
Fil
Voir

Click here to load this message in the networking platform