So, please enlighten me if I'm missing a better solution, of course, but in case I'm not, I was wondering how you'd feel about adding a new option to execlineb, e.g. -s, that would require a number as arg (much like -S) but would work as such:
Still considering your -s idea, which should be easy enough to implement once I remember how execlineb does things :) but in the meantime, wouldn't the "runblock" command help you? Something like
#!/command/execlineb importas FIRSTARG 1 # work with $FIRSTARG runblock -n 1 -r -- 0 -- Laurent
