Keyword Reference

Default

Keyword value use in function call.

    $var = Default

 

Parameters

None.

 

Remarks

This keyword should not be used in computation expression. AutoIt will not detect such situation because it's too much performance penalty.

 

Related

IsKeyWord

 

Example


WinMove("","",default, default, 200,300)    ; just resize the active window (no move)