Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Chr()
Message
De
28/08/2012 08:53:14
 
 
À
28/08/2012 08:34:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Chr()
Divers
Thread ID:
01551485
Message ID:
01551684
Vues:
57
>>>>Is CHR(13) a carriage return?
>>>
>>>Yes. Also, CHR( 10 ) is a line feed.
>>>
>>>Depending on exactly what you're doing, you may need to use either just CR ( CHR( 13 ) ) or CRLF ( CHR( 13 ) + CHR( 10 ) ) to start a new line.
>>
>>I am trying to discover a way to remove (Carriage Returns/Enters) from captured web page text to tighten it up and make it more pleasant looking.
>
>
lcTxt = chrtran(lcTxr,chr(13)+chr(10),' ')
Thank you - and - takk skal du ha
I ain't skeert of nuttin eh?
Yikes! What was that?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform