Now I can set/edit/import variables/files larger than 4KB and in my case I actually have a 7KB variable.
I’m blown away ![]()
![]()

What is the purpose of this useless thread/topic/post?
Read from remote file on the past RouterOS versions are limited to 64512 bytes at time (my idea from 2021)
http://forum.mikrotik.com/t/how-to-download-only-one-piece-of-file-at-a-time-with-tool-fetch-and-put-it-inside-a-variable/151020/1
Variable sizes have always been “infinite” as long as there is free memory…
http://forum.mikrotik.com/t/max-size-of-variables-still-at-4096-anwser-is-no/168007/3
This create on 6.x and on 7.x one variable of 41.943.040B (~40MB)
:global test “0123456789”
:for i from=1 to=22 do={:set test ($test . $test);:put [:len $test]}
>