Aide:String.txt

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

Document original V3.3.6.1 :

###Function###
String

###Description###
Returns the string representation of an expression.

###Syntax###
String ( expression )


###Parameters###
@@ParamTable@@
expression
	An expression to convert into a string.
@@End@@


###ReturnValue###
Returns a string.


###Remarks###
Maximum string length is 2147483647 characters (but keep in mind that no line in an AutoIt script can exceed 4095 characters.)


###Related###
Int, Number, IsString, Chr, BinaryToString, ChrW, HWnd, Ptr, StringToBinary


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


Document traduit V3.3.6.1 :

###Function###
String

###Description###
Retourne une expression sous forme de chaîne de caractères.


###Syntax###
String ( expression )


###Parameters###
@@ParamTable@@
expression
	Une expression à convertir en chaîne de caractères.
@@End@@


###ReturnValue###
Retourne une chaîne de caractères.


###Remarks###
La longueur maximum de la chaîne est de 2147483647 caractères (notez qu'aucune ligne ne peut dépasser 4095 caractères dans un script AutoIt.)


###Related###
<a href="Int.htm">Int</a>, <a href="Number.htm">Number</a>, <a href="IsString.htm">IsString</a>, <a href="Chr.htm">Chr</a>, <a href="BinaryToString.htm">BinaryToString</a>, <a href="ChrW.htm">ChrW</a>, <a href="HWnd.htm">HWnd</a>, <a href="Ptr.htm">Ptr</a>, <a href="StringToBinary.htm">StringToBinary</a>


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


Traducteur : Alex74

Contributeurs (pour les modifications avant le Wiki) : Tlem