Jump to content

convert string into binary array


joecool2005

Recommended Posts

Surely this is a simple loop from 1 to the length of the string.Use mid to pull out the relevant character at that location and then push it into the array element based upon the loop counter.Question that springs to my mind is why do you want to do this?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...