I installed the new AutoIt and i need these funktion _Iif for other Scripts.
When i search the forum there many threads but not that code.
If anyone have the older AutoIt version installed and can post that litte piece of code i am happy. thanks.
; #FUNCTION# ====================================================================================================================
; Name...........: _Iif
; Description ...: Perform a boolean test within an expression.
; Syntax.........: _Iif($fTest, $vTrueVal, $vFalseVal)
; Parameters ....: $fTest - Boolean test.
; $vTrueVal - Value to return if $fTest is true.
; $vFalseVal - Value to return if $fTest is false.
; Return values .: True - $vTrueVal
;