Is there a reason why escaping doesn’t seem to work when using String:format? The result of this: "%\\def".format("abc"); is: abcdef rather than: abc\def thanks!