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:
@@ -4,6 +4,11 @@
|
|||||||
#
|
#
|
||||||
# global functions
|
# global functions
|
||||||
|
|
||||||
|
# read input from user
|
||||||
|
:global Read do={
|
||||||
|
:return;
|
||||||
|
}
|
||||||
|
|
||||||
# url encoding
|
# url encoding
|
||||||
:global UrlEncode do={
|
:global UrlEncode do={
|
||||||
:local input [ :tostr $1 ];
|
:local input [ :tostr $1 ];
|
||||||
|
Reference in New Issue
Block a user