Hello Guys!
I have strings like "something1%something2", I need to retrieve "something2". Example : let say I have this string "188.138.100.10%main_ether", I need a function that will retrieve the second part : "main_ether". How to do this using RouterOS built in scripting language. I can't find built in functions which can manipulate with strings
Thank you