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

Reply via email to