I have two number which representation is binary(8 digits...

2004-03-30 Thread Bichillo
I have two number which representation is binary(8 digits each one)but I want to work with these numbers using these like an array of 0 and 1( 16 elements, 1D), how can i do it? I did it in a way that I think that it is not very elegant. I have 2 strings that contain an hex number, i have passed

Re: I have two number which representation is binary(8 digits...

2004-03-30 Thread Mads
Wire the two numbers to the Join Numbers function found on the Advanced-Data Manipluation palette. Then wire that number to the Number to boolean function. If the numbers are strings you can simply concatinate the strings and then type-cast it to an integer which you send to the number to boolean