en VB
[méthode facile]
utiliser un richtextbox et loadfile/savefile
[méthode dure]
open "C:\...\montexte.txt" for input as #1
while not eof(1)
line input #1, dummy
text1.text =text1.text + vbCrlF + dummy
wend
close #1
et
open "C:\...\montexte.txt" for output as #1
print #1, text1.text
close #1
Voila la ligne de base
---------------
And I looked, and behold a pale horse: and his name that sat on him was Death, and Hell followed with him. Revelations 6:8