Scott,

You can do this using the update command:

Update {table} Set {Column}=ObjectInfo(Obj,3)

Just make sure all the objects are text in the table. If they aren't use the
following SQL statement and then update the selection.

Select * From {table} Where Str$(obj)="TEXT" 

Hope this helps.

Regards,
Sue Port.
http:\www.spatialplus.com

>Hello all
> Is there any way to Take object text and make that objects have an
>attribute
>
>ie
>
>I have 3 text objects with no attribute information
>
>1A
>2A
>3A
>
>I would like text object 1A  to have the attribute 1A
>
>THUS
>
>OBJECT            ATTRIBUTE
>IA                            IA
>2A                           2A
>3A                           3A
>
>Scot
>
>
>----------------------------------------------------------------------
>To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
>"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to