Select case that is case sensitive

Markus, good question!

Yes, and so will StrComp. Using Text’s Compare method can be made case insensitive but still take into account canonical equivalence.

Yeah most likely, but thankfully it shouldn’t be a problem in my situation as we’re dealing with 4 character data block ids, so the input will be either from the data file being read or the data being created in memory (using constant values), to be written.