mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-12-09 03:59:29 +00:00
publish copy updates
This commit is contained in:
parent
4548f7c5c1
commit
8a3419b536
22 changed files with 63 additions and 48 deletions
|
|
@ -6,8 +6,8 @@
|
|||
# --- start of function ---
|
||||
:global MacColonRemoveFunc do={
|
||||
:local TidyMac "";
|
||||
for i from=0 to=([:len $1]-1) do={
|
||||
:local TmpValue [:pick $1 $i];
|
||||
for CharNumber from=0 to=([:len $1]-1) do={
|
||||
:local TmpValue [:pick $1 $CharNumber];
|
||||
:if ($TmpValue !=":") do={ :set TidyMac "$TidyMac$TmpValue" }
|
||||
}
|
||||
:return $TidyMac;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue