On Tuesday, 25 August 2015 at 06:56:23 UTC, Sönke Ludwig wrote: > If I have a string variable and I want to store the upper case > version of another string, the direct mental translation is > "dst = toUpper(src);" - and not "dst = toUpper(src).array;". One can also say the problem is that you have a string variable.