Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Find a year (4 digits) in a text string.
Message
 
 
À
04/08/2001 11:23:02
Denis Filer
University of Oxford
Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00539775
Message ID:
00539780
Vues:
13
>I want to locate and extract a YEAR in a text string (a reference). The year is always 4 digits as in 'the book was published in 1806 or later'. Is there an easier way to do this than a rather clumbsy parsing prg I have written.
cPhrase = "the book was published in 1806 or later"

nYear = VAL( CHRTRAN( UPPER( cPhrase ), "ABCDEFGHIJKLMNOPQRSTUVWXYZ ,.:!@#$%^&*()" + CHR(34), "" ))
censored.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform