Navigation: » No topics above this level «
response to...
for each selected row Row_IV in Table_TBL loop
remove row Row_IV from Table_TBL
copy (Row_IV - 1) to Row_IV
end loop