Is there a way to sort the objects in a table so that the drawing order is
dependent on height? It seems to rearrange the order if you cut and paste,
but this program I ran after sorting on depth didn't work. Is there a
better way?
for i =1 to 619
j=619-i
select * from final_plane_lines3 where rowid=j into Selection
Run Menu Command M_EDIT_CUT
Run Menu Command M_EDIT_PASTE
next
----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]