iterate – segment – 0(0).DSP – %s1
if 0(0).DSP(0).00063 = “some defined value”
show 0(0).DSP(0).00061
0(0).DSP(0).00062
0(0).DSP(0).00063
else
pathcopy 0(0).DSP
this is how I want it but since I am doing the iterate on the segment I can not get the the values if the value is passed except for the defined message. I am getting them only in else.