mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
global-functions: add function to read user input
This commit is contained in:
parent
b6e2b8c3e4
commit
ecf75697ba
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@
|
|||
#
|
||||
# global functions
|
||||
|
||||
# read input from user
|
||||
:global Read do={
|
||||
:return;
|
||||
}
|
||||
|
||||
# url encoding
|
||||
:global UrlEncode do={
|
||||
:local input [ :tostr $1 ];
|
||||
|
|
Loading…
Reference in a new issue