Title: RE: MI - selecting text objects

Dear all,

Thanks for the answers to date. Both Chris Perry and Brian Forrester werre on the right track, although Bob Young offered another solution. Anyway, here's the one that worked for me:

Assuming your MpInfo table is called YOUR_TABLE , Just use the SQL Select
function (Query > SQL Select):
 
Select *
From YOUR_TABLE
Where Str$(obj)="text"
 
And that's all there is to it. You can do the same for line, polyline,
region, point, etc....


Thanks again for everyone's help.



Tom

Reply via email to