This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| 4rpl:commands:setprintprefixenabled [2021/03/09 22:44] – created Karsten75 | 4rpl:commands:setprintprefixenabled [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| - | < | + | < |
| + | < | ||
| <WRAP tabs> | <WRAP tabs> | ||
| * [[4rpl: | * [[4rpl: | ||
| Line 6: | Line 8: | ||
| </ | </ | ||
| - | :!: Available in version 1.X and later. | + | :!: Available in version 1.4 and later. |
| - | ====== | + | ====== |
| - | CommandName | + | SetPrintPrefixEnabled(< |
| ===== Description ===== | ===== Description ===== | ||
| + | Sets if print statements should prefix each output with the name of the script. On by default. | ||
| ===== Examples ===== | ===== Examples ===== | ||
| <code 4rpl> | <code 4rpl> | ||
| + | SetPrintPrefixEnabled(false) | ||
| </ | </ | ||
| < | < | ||