Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
AT function returning uncomplete line
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01329408
Message ID:
01329411
Vues:
12
This message has been marked as the solution to the initial question of the thread.
Try
lcAddress = ALLTRIM( STREXTRACT(lcInnerText, "Address:", CHR(13),1,2) )
>I am trying to extract address line from a variable (text)
>I am using
>
>c = atcline("Address:", lcInnerText) && get the number of the line
> cl1= mline (lcInnerText,c) && store the line into a variable
>
>= MESSAGEBOX(cl1)
>
>The line in the variable is:
>Address: R ROBERTO SOUZA FEIJO,47 ALVORADA - VILA MARIA
>
>The message box displays only:
>Address: R ROBERTO SOUZA FEIJO,47 ALVORADA - VILA
>
>Is there any clue ?
>
>Thanks
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform