02-18-2012 09:11 AM - edited 02-18-2012 09:18 AM
I am trying to convert boolean array to number but I guess it has some limits. I have a boolean array containing 50 elements I want to convert that into number but it is not happening can anyone help. Its urgent.
02-18-2012 09:30 AM
I got it. I changed the representation Array to number properties. 😄
02-18-2012 11:33 AM
@P Anand wrote:
I changed the representation Array to number properties. 😄
I don't understand what that means. Could you be a little bit more clear so others can learn too? Thanks!
02-18-2012 09:04 PM - edited 02-18-2012 09:12 PM
In a hurry I missed it. Let me explain now
1. I tried to convert a boolean array to a number as I had more than 40 elements I was getting only zero because of the limitation of I32 I know that I have to change the representation to 64bit but dont know where to do.
2. Then in the Boolean array to number function when I select the properties there I got the option for changing the representation to 64 bit. (This I totally missed when I was busy searchng a function outside to convert the output to a 64 bit value )
3. Now I got what I expected.
@altenbach wrote:
I don't understand what that means. Could you be a little bit more clear so others can learn too? Thanks!
Thanks altenbach for asking.