mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-07-13 11:34:33 +02:00
remove extra dollar sign
This commit is contained in:
parent
dee4495c0c
commit
a0fb616715
5 changed files with 9 additions and 9 deletions
|
@ -23,9 +23,9 @@
|
|||
:local replace [ :find $chars $char ];
|
||||
|
||||
:if ([ :len $replace ] > 0) do={
|
||||
:set $char ($subs->$replace);
|
||||
:set char ($subs->$replace);
|
||||
}
|
||||
:set $return ($return . $char);
|
||||
:set return ($return . $char);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue