Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Find chr in text
Message
De
16/10/2000 12:09:53
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00429771
Message ID:
00429794
Vues:
15
>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)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform