Sure I can, here´s the code:

while (%_ < %n) {
.fwrite bla $s_($line(%w,%_)) $+ $lf
inc %_
}

and then on this ident I have the goto. It works great if I just call it alone.

Like if I do //echo -s $s_(bla) it does great.


I am going to change this and see if this works out of the while smile