mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
global-functions: $AlignRight: set declared function only
This commit is contained in:
parent
1d816d94f6
commit
acf8e88db2
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
|||
:global WaitTimeSync;
|
||||
|
||||
# align string to the right
|
||||
:global AlignRight do={
|
||||
:set AlignRight do={
|
||||
:local Input [ :tostr $1 ];
|
||||
:local Len [ :tonum $2 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue