Any plan to increase 4096 byte variable limit in ROS 7?
Posted: Sun Jul 12, 2015 10:39 pm
I find the current 4096 byte variable limit crippling, is there any plans to increase this?
Community discussions
https://forum.mikrotik.com/
That would only help if the handle approach:In my opinion a more sensible approach would be to introduce the concept of file open (with resulting file handle)
and read line from open file (from filehandle, to variable) so a loop can be written that reads a file line by line
and it can be processed line by line.