Changes between Initial Version and Version 1 of Ticket #810


Ignore:
Timestamp:
02/10/09 13:29:01 (15 years ago)
Author:
Jpm
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #810 – Description

    initial v1  
    33For example, in the following script the MsgBox will NOT be displayed.
    44
     5
     6{{{
    57Local $Value = Repro()
    68
     
    1315EndFunc
    1416
     17}}}
     18
    1519
    1620However, this example will display the dialog.
     21
     22{{{
    1723Local $Value
    1824$Value = Repro()
     
    2531        MsgBox(0,"Success","The OnAutoItExit function triggered!")
    2632EndFunc
     33
     34}}}