Colin:

Actually, you don't need a program, only a few lines in the mapbasic window:

select * from Table where str$(objectInfo ( obj, 1)) = "10" into Onlytext 
update onlytext set col1= objectInfo (obj,3)
update onlytext set obj= createpoint ( centroidX(obj), centroidY(obj))

before creating the point objects, you can save any of the text attibutes
that you want into the database.  font, angle, etc.  


At 02:41 PM 23/02/99 -0600, you wrote:
>     Hi,
>        I'm in search of a utility that has the ability to take DXF text 
>     that was dropped on a point and make it live again.  By live again I 
>     mean, a point entity with the value of the text as an attribute.  Has 
>     anyone seen or created a tool like this?
>     
>     Colin Anderson
>----------------------------------------------------------------------
>To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
>"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
>
>
---------------------------------
   Ing. Juan Pufleau Correa
Geograf�a y Electr�nica, SA de CV
        Aguascalientes
---------------------------------
----------------------------------------------------------------------
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