mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00: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…
Reference in a new issue