Aide:Execute.txt

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

Document original V3.3.6.1 :

###Function###
Execute

###Description###
Execute an expression.

###Syntax###
Execute ( string )


###Parameters###
@@ParamTable@@
string
	string representing an expression to be evaluated.
@@End@@


###ReturnValue###
@@ReturnTable@@
Success:	Returns the value of the evaluated expression.
Failure:	Returns "" (blank string) with @error set not to 0.
@@End@@


###Remarks###
None.


###Related###
Assign, Eval, Call


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


Document traduit V3.3.6.1 :

###Function###
Execute

###Description###
Exécute une expression.


###Syntax###
Execute ( string )


###Parameters###
@@ParamTable@@
string
	Chaîne de caractères représentant l'expression à calculer.
@@End@@


###ReturnValue###
@@ReturnTable@@
Succès:	Retourne la valeur de l'expression évaluée.
Échec:	Retourne une chaine vide et met @error <> 0.


###Remarks###
Aucune.


###Related###
<a href="Assign.htm">Assign</a>, <a href="Eval.htm">Eval</a>, <a href="Call.htm">Call</a>


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


Traducteur : ZDS

Contributeurs (pour les modifications avant le Wiki) : Tlem