This is an important pattern: if you’re building up a command in parts, use command syntax for the parts as well – that will work correctly. Use strings for, well, strings – like names of things or parts of names of things.
6 Likes