Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Code
Message
 
 
À
25/02/2005 15:53:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Code
Versions des environnements
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Divers
Thread ID:
00990699
Message ID:
00990722
Vues:
15
<snip>
>
>Index to the first element of the laArray as laArray[1]

Creg,

I agree with you that laArray[1] is proper way to reference the first item in array but in this case it's the same as laArray, which also reference the first item in the array. The laArray only references whole array when you assign value to it. In that case all array atems will be assigned that value.
laArray = 0
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform