Aide:StringStripCR.txt
De Wiki AutoIt Français
Document original V3.3.6.1 :
###Function###
StringStripCR
###Description###
Removes all carriage return values ( Chr(13) ) from a string.
###Syntax###
StringStripCR ( "string" )
###Parameters###
@@ParamTable@@
string
The string to convert.
@@End@@
###ReturnValue###
Returns the string with all instances of the @CR character (Chr(13)) removed.
###Remarks###
None.
###Related###
StringAddCR, StringStripWS, StringIsSpace
###Example###
@@IncludeExample@@
Document traduit V3.3.6.1 :
###Function###
StringStripCR
###Description###
Supprime tous les retours à la ligne ( Chr(13) ) dans une chaîne.
###Syntax###
StringStripCR ( "string" )
###Parameters###
@@ParamTable@@
string
La chaîne à convertir.
@@End@@
###ReturnValue###
Retourne la chaîne avec toutes les instances du caractère @CR (Chr(13)) supprimées.
###Remarks###
Aucune.
###Related###
<a href="StringAddCR.htm">StringAddCR</a>, <a href="StringStripWS.htm">StringStripWS</a>, <a href="StringIsSpace.htm">StringIsSpace</a>
###Example###
@@IncludeExample@@
Traducteur : Alex74
Contributeurs (pour les modifications avant le Wiki) : Tlem