Subject:Variable Assignment Author:Rup Chatterji Date:16 Sep 2005 03:17 AM
Hi,
I know i'm asking the same old question but i couldn't find any solution to my problem. My problem is like is
i have a for loop. within this for loop i want print a line only once at the start of the loop. here is the pseudo code
for loop
if var_loop=1
print hello
set var_loop=0
end if
.
.
.
.
end for