Hi - How do I map a function over a bitstring without converting into string or list. For example - how can I replace << "a" >> with << "X" >> and any other character to << "Y" >>?? InBin = << "abcaa" >> OutBin = << "XYYXX" >> thanks.