Aide:With.txt
De Wiki AutoIt Français
Document original V3.3.6.1 :
###Keyword###
With...EndWith
###Description###
Used to reduce long references to object type variables
###Syntax###
<b>With</b> <expression>
<i>statements</i>
...
<b>EndWith</b>
###Parameters###
@@ParamTable@@
expression
Must be an object type expression
@@End@@
###Remarks###
With...EndWith statements may NOT be nested.
###Related###
<a href="ForInNext.htm">For...In...Next</a>
###Example###
@@IncludeExample@@
Document traduit V3.3.6.1 :
###Keyword###
With...EndWith
###Description###
Utilisé pour réduire de longues références aux variables de type objet
###Syntax###
<b>With</b> <expression>
<i>statements</i>
...
<b>EndWith</b>
###Parameters###
@@ParamTable@@
expression
Doit être une expression de type objet
@@End@@
###Remarks###
Les déclarations With...EndWith ne doivent PAS être imbriquées.
###Related###
<a href="ForInNext.htm">For...In...Next</a>
###Example###
@@IncludeExample@@
Traducteur : Tlem