Le 03/10/2011 15:56, Sven Schreiber a écrit :
Am 10/03/2011 04:47 PM, schrieb artur bala:
> Hi,
> Is it possible to make a backward loop work ? I mean :loop i = 1..$nobs
well this doesn't look backward to me !?
You're right! I meant : loop i =
$nobs..1 :-[
loop for (i=$nobs;i>0;i--)
It works! And the point is that
I've been trying the same script for
half an hour with a small change on the second condition: i = 0. :-\
Thank you!
Best,
artur