mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-17 16:21:15 +02:00
global-functions: $PrettyPrint: use $Unix2Dos
This commit is contained in:
parent
d54c46ab98
commit
f5d872a990
1 changed files with 2 additions and 2 deletions
|
@ -646,9 +646,9 @@
|
||||||
:set PrettyPrint do={
|
:set PrettyPrint do={
|
||||||
:local Input [ :tostr $1 ];
|
:local Input [ :tostr $1 ];
|
||||||
|
|
||||||
:global CharacterReplace;
|
:global Unix2Dos;
|
||||||
|
|
||||||
:put [ $CharacterReplace $Input ("\n") ("\n\r") ];
|
:put [ $Unix2Dos $Input ];
|
||||||
}
|
}
|
||||||
|
|
||||||
# delay a random amount of seconds
|
# delay a random amount of seconds
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue