05-13-2009 04:16 PM
Hi,
I would like to transform a binary string of the form : "000011" to a numeric value (here 3).
I tried to use Byte Array To String and then use Decimal String To Number but I gives me 0 all the time
Thanks
Solved! Go to Solution.
05-13-2009 04:20 PM
Use a Scan From String function with %b as the format string.