mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-08 00:54:29 +02:00
global-functions: $SymbolForNotification: support multiple symbols...
... with comma-separated list.
This commit is contained in:
parent
fee2523a22
commit
7f356d76bf
1 changed files with 5 additions and 1 deletions
|
@ -874,7 +874,11 @@
|
|||
:if ($NotificationsWithSymbols != true) do={
|
||||
:return "";
|
||||
}
|
||||
:return ([ $SymbolByUnicodeName $1 ] . " ");
|
||||
:local Return "";
|
||||
:foreach Symbol in=[ :toarray $1 ] do={
|
||||
:set Return ($Return . [ $SymbolByUnicodeName $Symbol ]);
|
||||
}
|
||||
:return ($Return . " ");
|
||||
}
|
||||
|
||||
# check if system time is sync
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue