Re: MI-L Objects split

2004-05-18 Thread Robert Crossley
Ben, If you issue the split command as a commndstr created by a loop rather than the object split command directly, you can include all the data from the target, as follows: strCommand = "Objects Split Into Target Data " For i = 1 To NumCols(gEditFile) strCommand = strCommand + ColumnInfo(gEdi

MI-L Objects split

2004-05-18 Thread Benjamin Scott
Hi all, I want to split a collection of tab files one by one using one master file - I am doing this within a For loop in mapbasic. I need the data in the output tables to be the same as the input tables (ie all new objects in the split table have identical attributes to the object they were sp