Hi Christian, > map toUpper "cCcC" First you need to load the Char module, so do: :load Char Then execute the command above and it works just fine. Thanks Neil