Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get lines from text file
Message
 
À
30/08/2006 13:00:21
Reza Meamar
Homa Programming Group
Shiraz, Iran
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows '98
Database:
Visual FoxPro
Divers
Thread ID:
01149836
Message ID:
01149890
Vues:
16
This message has been marked as the solution to the initial question of the thread.
You don't need to quotes on the string name
lcStr = FILETOSTR("somefile.txt")
FOR lnCnt = 1 TO MEMLINES(lcStr)
	? MLINE(lcStr,lnCnt)
ENDFOR
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform