* Les champs dans la table sont: * idmatch (Id. Match) * ne1 (Nom Equipe1) * ne2 (Nom Equipe2 * pe1 (Points Equipe1) * pe2 (Nom Equipe2) * revenus (argent recolte) DIMENSION match(6) USE resultat.dbf accept "Id. match" to match(1) accept "Nom Equipe1" to match(2) accept "Nom Equipe2" to match(3) input "Points Equipe1" to match(4) input "Points Equipe2" to match(5) input "Revenus du match" to match(6) APPEND FROM ARRAY match