OK, I think you will have to append the numbers to get a unique number, but to demand that this unique number is independent of the format of the two original numbers is a bit awkward. In order to append the two numbers and have them unique independently of original format, you can convert the numbers into boolean arrays, pad to 128 elements (128 bit array will allow for all numbers to be included, up to EXT) and then append them.
The problem is only that you won't really be able to convert back to any number which you can then display in LabVIEW. You could of course convert back to an aray of U32, but I don't think the series of displayed numbers will really be very intuitive.
The whole problem would be much easier if you could fix the format of the numbers to be combined......
Hope this helps
Shane
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)