changing max-limit simultaneously

I have created all of my simple queue with the command as follow:

:for i from=1 to 254 do={/queue simple edit target-address=(1.1.1. . $i . “/32”) max-limit=32000/64000}

is there any command like this so that I can change the max-limit to all of my simple queue at the same time with one command ?

something like

/queue simple set [/queue simple find max-limit=64000] max-limit=xxxxx

?

thanks.. it works for me..