Changes between Initial Version and Version 1 of Ticket #3593


Ignore:
Timestamp:
02/16/18 22:34:30 (6 years ago)
Author:
mLipok
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3593 – Description

    initial v1  
    1111
    1212Func _Test($sFunction, $iTest)
    13         If IsFunc($sFunction) Then $sFunction('Test', $iTest)
     13        If IsFunc($sFunction) Then $sFunction($iTest)
    1414EndFunc   ;==>_Test1
    1515
    16 Func _Msg($text, $iTest)
    17         MsgBox(0, $iTest, $text)
     16Func _Msg($iTest)
     17        MsgBox(0, "Test", $iTest)
    1818EndFunc   ;==>_Msg
    1919}}}