Hi All! Slightly OT, but since the MapBasic window was mentioned, I thought that I should remind the list of the 'MiniGuide to the MapBasic Window' published by the trusted MI-L contributor Mr Jacques Paris in Canada. It can be ordered from his website http://www.paris-pc-gis.com/ at a price of $ 35 (CAN).
I bought it back in 97 and found it very useful as it gives you the information needed to make real use of the much underestimated MapBasic window. Regards, Mats.E ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :Email/ [EMAIL PROTECTED] ICQ#9517386: :---------------------------------------------------------------------: :Mail/ GISKRAFT, Mats Elfstroem, Vaepplingv 21, SE-227 38 LUND, SWEDEN: :Phones: +46 46 145959, +46 70 595 3935 : ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -----Ursprungligt meddelande----- Fr�n: Uffe Kousgaard [mailto:[EMAIL PROTECTED]] Skickat: den 2 augusti 2002 19:57 Till: Mapinfo-L �mne: Re: MI-L Appending Multiple Files Create any workspace file, delete all lines except those starting with "!". Now add close all open table "table1" open table "table2" open table "table3" set table table1 fastedit on insert into table1 select * from table2 insert into table1 select * from table3 commit table table1 Now open the workspace. What you have is basically an uncompiled mapbasic application. You can put most mapbasic commands in a workspace as long as there are no loops, if's etc. Probably the same as those allowed in the mapbasic window. Kind regards Uffe Kousgaard www.routeware.dk ----- Original Message ----- From: "frankbarrett" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 02, 2002 5:01 PM Subject: MI-L Appending Multiple Files > Hi listeners, > > I am currently appending lots of adjacent vector tiles together. As you can > imagine appending single files using the Table menu and Append Rows to > Table.. command is a rather labourious way of doing this. Has anyone > constructed a tool that can append mutliple tables in one command? > > Thanks in advance, > > Frank Barrett. > > > > > > --------------------------------------------------------------------- > List hosting provided by Directions Magazine | www.directionsmag.com | > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Message number: 2361 > > --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 2364 --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 2367
