if integer (ls_colcount) > 0 then ll_colcount = integer (ls_colcount) else return end if
string ls_on, ls_err
for i = 1 to ll_colcount ls_ColName = ar_ds.Describe("#" + string(i) +".name") ls_on = ar_ds.Describe("#" + string(i) +".Identity") if ls_on = 'yes' then ar_ds.modify (ls_ColName + ".Identity = 'no'" ) end if next