Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Search for new line
Message
From
03/10/2014 15:55:55
 
 
To
03/10/2014 01:05:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01608721
Message ID:
01608752
Views:
40
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform