In some cases it's more readable and convenient (for example when generating an email or a html page) to write the code in multiple lines, instead of one large line or building it with variables and macros. Of course AutoIt doesn't support template expressions, so here's an example to work around it (using comments as template expressions). The templates can be placed in the same script or in a separated file. Variables in the template are evaluated before passing it to the new variable. For be