I have attached an example which details very well my problem. Thank you for your help...
Sum-up of the problem: I would like to use THIS number (entered in the command untilted "Number of bits needed for conversion") as the STEP of incrementation of the index of my 1D array indicator.
Why?
Because if you convert "three" 16-bits integers (=> 16 in the command) for example , you get 3*16 = 48 bits in the 1D array indicator and the index starts to zero. One click on the index and it would jump to 15 (0 -> 15 = 16) so that it displays the binary representation of the 2nd 16-bit integer in one click.
It would be really very useful for more "comfort" in the use of my proje ct.
Please look at the example for easier understanding.