R: MI-L Split Table using Column Values

2001-09-18 Thread Massimo Corinaldesi
gt; A: "MAPINFO-L" <[EMAIL PROTECTED]> Data invio: martedì, 18. settembre 2001 12:48 Oggetto: MI-L Split Table using Column Values > Hi, > do you know a mapbasic program to split a table using column values ?? > > ex. > TableName: DEMO.TAB > ColumnName: Town > Column

Re: MI-L Split Table using Column Values

2001-09-18 Thread Dr. Franz-Josef Behr
"Massimo Corinaldesi" <[EMAIL PROTECTED]> wrote: > Hi, > do you know a mapbasic program to split a table using column values ?? > > ex. > TableName: DEMO.TAB > ColumnName: Town > Column Values: > Roma > Roma > Torino > Milano > Torino > > The output must be: > ROMA.TAB (with two records) > TO

Re: MI-L Split Table using Column Values

2001-09-18 Thread Uffe Kousgaard
tuation, but it shouldn't be too difficult to write. Kind regards Uffe Kousgaard www.routeware.dk - Original Message - From: "Massimo Corinaldesi" <[EMAIL PROTECTED]> To: "MAPINFO-L" <[EMAIL PROTECTED]> Sent: Tuesday, September 18, 2001 12:48 PM Subjec

MI-L Split Table using Column Values

2001-09-18 Thread Massimo Corinaldesi
Hi, do you know a mapbasic program to split a table using column values ?? ex. TableName: DEMO.TAB ColumnName: Town Column Values: Roma Roma Torino Milano Torino The output must be: ROMA.TAB (with two records) TORINO.TAB (with two records) MILANO.TAB (with one record) Thank You in advance p.s