mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-27 20:08:54 +02:00
global-functions: $HumanReadableNum: set declared function only
This commit is contained in:
parent
acf8e88db2
commit
bbdc9c65f5
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
# return human readable number
|
# return human readable number
|
||||||
:global HumanReadableNum do={
|
:set HumanReadableNum do={
|
||||||
:local Input [ :tonum $1 ];
|
:local Input [ :tonum $1 ];
|
||||||
:local Base [ :tonum $2 ];
|
:local Base [ :tonum $2 ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue