Aide:StringAddCR.txt

De Wiki AutoIt Français
Aller à : navigation, rechercher

Document original V3.3.6.1 :

###Function###
StringAddCR

###Description###
Takes a string and prefixes all linefeed characters ( Chr(10) ) with a carriage return character ( Chr(13) ).

###Syntax###
StringAddCR ( "string" )


###Parameters###
@@ParamTable@@
string
	The string to convert.
@@End@@


###ReturnValue###
Returns the string with all instances of linefeed characters ( @LF ) prefixed with a carriage return character ( @CR ).


###Remarks###
None.


###Related###
StringStripCR, StringReplace


###Example###
@@IncludeExample@@


Document traduit V3.3.6.1 :

###Function###
StringAddCR

###Description###
Prend une chaîne et préfixe de tous les sauts de ligne ( Chr(10) ) avec un caractère de retour chariot ( Chr(13) ).


###Syntax###
StringAddCR ( "string" )


###Parameters###
@@ParamTable@@
string 
	La chaîne à convertir.
@@End@@


###ReturnValue###
Retourne la chaîne avec toutes les instances de caractères saut de ligne ( @LF ) préfixées par un caractère de retour chariot ( @CR ).


###Remarks###
Aucune.


###Related###
<a href="StringStripCR.htm">StringStripCR</a>, <a href="StringReplace.htm">StringReplace</a>


###Example###
@@IncludeExample@@


Traducteur : Strofe

Contributeurs (pour les modifications avant le Wiki) : Tlem