
@TheLogFather is really onto something with his technique to detect upper and lower case letters using a clever hacked block. I started to look into how this could be used for text encoding and decoding, and here is an interesting approach! :) The great thing is that it doesn't swap costumes, and does not need to do any scanning of lists to find the index of each letter to encode. That means is should be really very fast!