RE: MI-L auto increment polygons

2005-01-25 Thread Michael Smith
- From: Michael Smith [mailto:[EMAIL PROTECTED] Sent: Saturday, 22 January 2005 1:51 AM To: 'Paul Smith' Subject: RE: MI-L auto increment polygons Here is the full corrected code that I have used. Include mapbasic.def Close All Interactive Dim iLong, iLat as Float Dim

RE: MI-L auto increment polygons

2005-01-23 Thread Paul Smith
End If Next Commit Table Grid_Temp '// regards Paul -Original Message- From: Michael Smith [mailto:[EMAIL PROTECTED] Sent: Saturday, 22 January 2005 1:51 AM To: 'Paul Smith' Subject: RE: MI-L auto increment polygons Here is the full corrected code that I

RE: MI-L auto increment polygons

2005-01-19 Thread Michael Smith
I have this piece of mapbasic code maybe someone can explain. this code creates grid cells beginning with the southwest corner of the grid and autonumbers up and then to the right. How can I change it so that the row id numbers autonumber from right to left rather than from bottom to top.

RE: MI-L auto increment polygons

2005-01-19 Thread Paul Smith
) ID = ID+1 Next Next Commit Table Grid_Temp '/// -Original Message- From: Michael Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 January 2005 8:25 AM To: mapinfo-l@lists.directionsmag.com Subject: RE: MI-L auto