on Installations without the calculator bc:
replace the line containing
N=`echo $N+1|bc`
with this line
N=$((N+1))best regards Reinhold -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

