Another working solution mentioned by @cndnflyr here is to properly concatenate the strings using the “+” operator. This solution also works, although use of a formatted string literal is easier to read IMHO, and there appears to be other benefits associated with this approach.
1 Like