03-25-2010 02:11 PM
Hi All
i want to convert binary array to decimal number. give me some idea
Thanks
03-25-2010 02:20 PM
Try looking on the function pallet where you might expect it to be?
03-25-2010 02:44 PM
03-25-2010 02:49 PM
If the binary array that you talked about is in boolean format (an array of T and F), you can use Boolean array to number. If not, you can write a loop to convert the 1, 0 to boolean and use the boolean array to number function.
Yik
03-25-2010 02:55 PM
03-26-2010 05:09 AM