mirror of
https://github.com/gbudny93/RouterOS_Useful_Scripts.git
synced 2025-06-24 18:58:37 +02:00
12 lines
206 B
Text
12 lines
206 B
Text
|
# RouterOS Fucntion
|
||
|
# Copyright (c) Grzegorz Budny
|
||
|
# Version 1.0
|
||
|
# Last update: 2020-04-19 19:02:12
|
||
|
# Array append value wrapper
|
||
|
|
||
|
:global ArrayAppend do={
|
||
|
|
||
|
:set ($array->([:len $array])) $value;
|
||
|
|
||
|
}
|