Skip to content
⌘ NSIS Forum Archive

Split one long script code command into multiple lines

3 posts

jtbalogh#

Split one long script code command into multiple lines

Is there a way to split a long script code command into two or more lines so it is more readable? I can not find the syntax for it in the help or samples, if any. Thanks.
kichik#
The syntax is explained under Script File Format in the documentation. Your specific question is also answered at the beginning of the tutorial.

Use a backslash to cut long lines.