Hi,this is a code
define var aa as char init "abc".
define var bb as char init "bbb".
define var cnt as int.
cnt = 0.
for each pt_mstr where pt_part > "0006050000" no-lock with frame a:
disp pt_part .
if cnt = 1 then
disp aa colon 1 with no-label.
end.
i want the o/p in this way
when cnt =...