I am writing a MapBasic App that takes a text file and creates a MapInfo
Table.  I have successfully created the table in MapBasic but can't figure
out how to add records to it.  The records need to have 6 different columns
of data as well as a mapable object.

>From reading the reference guide, it sounds like I can issue a command like:

        Insert Into OdysseyCells (Obj)
                Values ( Create Ellipse(X2, Y2, X3, Y3), B, C, D, E, F, G)

Where OdysseyCells is the name of the new table
X2, Y2, X3, and Y3 are float
B, C, D, E, F, and G are String

But MapBasic gives me the following error:

        Found [ellipse] while searching for [)]

Any hints on solving this problem are appreciated,
John


_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.

Reply via email to