09-29-2009 02:43 PM
Hello,
I am wondering if the options can be combined in "Open VI Reference" (see attached image). I would like to select 0x20 (hide search dialog) and 0x8 (reentrant execution). I am not sure if I should be adding the two numbers and then use the sum as an input for Options? Your input is welcome. Thanks!
Solved! Go to Solution.
09-29-2009 02:47 PM
yes you can combine them just rember they are both hex so that ends up being 28 hex you could just to d a bit-wise OR of the two hex values.
Ben
09-29-2009 04:25 PM