in reply to Re: do until loopsin thread do until loops
$value=0; do{ "copy command" $value=$value+1; } until($value==9); [download]