Hello community ![:D]()
If i have:
And i want to use it like a default parameter in a fuction, i think i need to set the "numeric" value like:
How to convert the BitOR($variable1, $variable2) to his numeric value? Thanks
![:D](http://aut1.autoit-cdn.com/forum/public/style_emoticons/default/biggrin.png)
If i have:
[ autoit ]
And i want to use it like a default parameter in a fuction, i think i need to set the "numeric" value like:
[ autoit ]
Func Test1($param, $param2, $style = 0x00000000) ; 0x00000000 = i need to set here BitOR($SS_CENTER, $SS_CENTERIMAGE)
How to convert the BitOR($variable1, $variable2) to his numeric value? Thanks