1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

global-functions: add function to read user input

This commit is contained in:
Christian Hesse
2018-11-09 21:13:18 +01:00
parent b6e2b8c3e4
commit ecf75697ba

View File

@@ -4,6 +4,11 @@
#
# global functions
# read input from user
:global Read do={
:return;
}
# url encoding
:global UrlEncode do={
:local input [ :tostr $1 ];