10-24-2008 06:58 PM
Hi
I need to convert a String constant, consisting of 0's and 1's (NOT a String Array), into a Boolean Array. How can I do that ?
Thanks
Jeet
10-24-2008 07:49 PM - edited 10-24-2008 07:55 PM
Hi jeet,
I wasn't sure if your '0's were ASCII '0's (0x30) or null/zero bytes - the attached VI shows both conversions.
Cheers.
10-24-2008 07:54 PM
This is great ! does exactly what I want.
Thanks a ton!
jeet
10-24-2008 07:56 PM
10-25-2008 09:11 AM - edited 10-25-2008 09:11 AM
Here is another method.
R