Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reading Text
Message
 
 
À
01/11/2001 17:27:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00576452
Message ID:
00576455
Vues:
30
This message has been marked as the solution to the initial question of the thread.
>Hi,
>
>Does anyone know the easiest way to go to the bottom of a text file and read just the last line, no matter how many characters long it is? I am using VFP6. Thank you
>
>Tim

Is the file huge? If not, you may try:
lcStr=filetostr('yourfile.txt')
lnPos = rat(chr(13)+chr(10), m.lcStr)
lcFinalStr=substr(lcStr, lnPos+1)
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform