Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Array element count
Message
De
12/05/2003 03:32:14
 
 
À
11/05/2003 23:02:26
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00787189
Message ID:
00787211
Vues:
9
Use UBound and LBound functions:
Dim SampleArray(1 To 10) As String
Dim ArraySize As Long
ArraySize = UBound(SampleArray) - LBound(SampleArray) + 1

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform