mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global-functions: $PrettyPrint: use $Unix2Dos
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user