script and character constants
Posted: Wed Feb 05, 2014 11:30 am
Is there any real way to use character constants in a RouterOS script?
As described here: http://forum.mikrotik.com/viewtopic.php ... hilit=mail .
I use 6.7 . I tried to use character constants in terminal because I would make some reminder scripts for UM.
I tried something as this:
whithout success. I cannot find any way to use %u_actualProfileLeft% (as any other character constant) in terminal.
I'm finding to abandon UM because I think it's very unuseful if it isn't able to send notices and reminders to administrator about users profile expiration!
As described here: http://forum.mikrotik.com/viewtopic.php ... hilit=mail .
I use 6.7 . I tried to use character constants in terminal because I would make some reminder scripts for UM.
I tried something as this:
Code: Select all
global a /
set a [/tool user-manager user get 1 %u_actualProfileLeft%] /
I'm finding to abandon UM because I think it's very unuseful if it isn't able to send notices and reminders to administrator about users profile expiration!