nomFichier$ = "D" + dec$(i) +".DAT"
OPEN fichier FOR INPUT AS #1
DEFINT A-Z CLS OPEN "D8.DAT" FOR INPUT AS#1 DO WHILE NOT EOF (1) INPUT #1 , note PRINT " note : "; note : rem c'est juste pour voir LOOP