chenna.deepa
6th May 2008, 13:58
Hi all,
i want to check whether a subsession is saved or not from main session...
this can be done with flag variable ..but dont want to use it...
as
in subsession:
main.table.io:
after.write:
flag = 0
flag = flag + 1
export("flag",flag)
in main session:
choice.end.program:
after.choice:
if flag<> 1 then
message("subsession not saved")
can anyone tell me the other way of doing it.......without using flags
thanks in advance
deepa
i want to check whether a subsession is saved or not from main session...
this can be done with flag variable ..but dont want to use it...
as
in subsession:
main.table.io:
after.write:
flag = 0
flag = flag + 1
export("flag",flag)
in main session:
choice.end.program:
after.choice:
if flag<> 1 then
message("subsession not saved")
can anyone tell me the other way of doing it.......without using flags
thanks in advance
deepa