mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global-functions: $HumanReadableNum: set declared function only
This commit is contained in:
@@ -528,7 +528,7 @@
|
||||
}
|
||||
|
||||
# return human readable number
|
||||
:global HumanReadableNum do={
|
||||
:set HumanReadableNum do={
|
||||
:local Input [ :tonum $1 ];
|
||||
:local Base [ :tonum $2 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user