example :
:global rx-var [/interface wireless registration-table get 0 rx-rate ]
result : 123Mbps-20MHz/2S
how to get only "123" from string in Mikrotik scripting.
another thing is,
:global rx-var [/interface wireless registration-table get 0 rx-rate ]
can also be 1.2Mbps-20Mhz/2S
now i need only "1.2"
and last, maybe the easy part i need it to be usable in Simple Queue, so converted to bps.