01-19-2006 12:59 PM
01-20-2006 01:13 AM
Take the raw string and pass it into a "String to Byte Array" function. Then, index out the U8s and use "Number to Boolean Array" to get the booleans. Concatenate all the booleans to get your binary data. You may have to reverse the arrays to get them in the right order.
Hope this helps.
-Khalid
01-20-2006 04:22 PM
01-23-2006 01:46 PM
01-24-2006 10:36 AM
01-24-2006 11:07 AM
01-25-2006 07:23 AM
01-25-2006 03:22 PM
01-26-2006 07:02 AM
01-30-2006 11:54 AM