I have a string:
00011000011010000010000000000001001101100005
The zeros and ones above each correspond to a text comment...ie if the first is a zero, my text is NULL, but if it is a 1, my text is "Blue".
Each of the 43 digits above are NULL if NO (0)...and a different text comment if YES (1). The "5" at the end signifies the END of the string.
What command do I use to look at each variable and assign a text comment to each?