Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Find chr in text
Message
From
16/10/2000 12:09:53
 
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00429771
Message ID:
00429794
Views:
16
>I have a ascii report that I am trying to break apart into a database. Does anyone know a program that lets me find a character in text. The character in a Form Feed.

You can use AT() to return the position of a specified occurence of a string within a string. And you would use Chr(12) to specify a form feed. So it woud like somethign like:

?At(Chr(12), lcReport)
Previous
Reply
Map
View

Click here to load this message in the networking platform