Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Search for new line
Message
De
03/10/2014 15:55:55
 
 
À
03/10/2014 01:05:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01608721
Message ID:
01608752
Vues:
39
>How can I search for a "new line" plus a string in a text file?
>What function should be used?
>Thanks

If you are searching using the VFP editor with CTRL+F, then you can use \r\n\your-text (F1 on this dialog explains the parameters)

\r is for RETURN or chr(13)
\n is for NEWLINE or chr(10)

Regards.-
Fernando D. Bozzo
Madrid / Spain
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform