Aide:StringLen.txt

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

Document original V3.3.6.1 :

###Function###
StringLen

###Description###
Returns the number of characters in a string. 

###Syntax###
StringLen ( "string" ) 


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

###ReturnValue###
Returns the length of the string.
 

###Remarks###
A numeric expression is automatically evaluated and converted to a string.

###Related###
StringInStr, StringLeft, StringLower, StringMid, StringRight, StringTrimLeft, StringTrimRight, StringUpper, StringCompare, StringReplace, StringSplit


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


Document traduit V3.3.6.1 :

###Function###
StringLen

###Description###
Retourne le nombre de caractères dans une chaîne.


###Syntax###
StringLen ( "string" ) 


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


###ReturnValue###
Retourne la longueur de la chaîne.


###Remarks###
Une expression numérique est automatiquement évaluée et convertie en une chaîne.


###Related###
<a href="StringInStr.htm">StringInStr</a>, <a href="StringLeft.htm">StringLeft</a>, <a href="StringLower.htm">StringLower</a>, <a href="StringMid.htm">StringMid</a>, <a href="StringRight.htm">StringRight</a>, <a href="StringTrimLeft.htm">StringTrimLeft</a>, <a href="StringTrimRight.htm">StringTrimRight</a>, <a href="StringUpper.htm">StringUpper</a>, <a href="StringCompare.htm">StringCompare</a>, <a href="StringReplace.htm">StringReplace</a>, <a href="StringSplit.htm">StringSplit</a>

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


Traducteur : Strofe

Contributeurs (pour les modifications avant le Wiki) : Tlem