Custom Query (3933 matches)
Results (463 - 465 of 3933)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #808 | No Bug | _ArrayConcatenate() | ||
| Description |
your |
|||
| #810 | Fixed | Local or Global declarations can ignore OnAutoItExit function | ||
| Description |
If I declare AND define a variable via a function and the function exits instead of returning then it ignores the OnAutoItExit() function. For example, in the following script the MsgBox will NOT be displayed. Local $Value = Repro() Func Repro() Exit 0 EndFunc Func OnAutoItExit() MsgBox(0,"Success","The OnAutoItExit function triggered!") EndFunc However, this example will display the dialog. Local $Value $Value = Repro() Func Repro() Exit 0 EndFunc Func OnAutoItExit() MsgBox(0,"Success","The OnAutoItExit function triggered!") EndFunc |
|||
| #811 | Rejected | Add macros(@ScriptFile,@ScriptFunction) to get file,function executing in a script | ||
| Description |
Hello, It could be good to add the @ScriptFile and @scriptFunction to get current filename and function name currently executing. Today @scriptFilename returns the name of the launched script and loose the names of included files In any way congratulation to all the developpers team for this excellent software. |
|||
