Hi Dinesh
are you wanting the labels as a separate layer?
If so:-
1.) label your existing layer with the column containing the plot
nos.
2.) Go Tools>Run MapBasic Program and run labeler.mbx.
3.) Then go Tools>Label Functions>Transfer Current labels.
a new popup will open
4.) In the from Layer make sure this is the table with the coulmn of
plot nos.
5.) in the next box down select <new>
6.) Ensure that include hidden labels is checked
7.) Click oK
you will then be pushed through the create table dialog and on
completion the labels will be stored in a new MapInfo tab.
If you just want to export all the labels as a text file for using
outside mapinfo
Do a SQL select:
Select columns: Plot_Nos
From Table: Your_Table
and click OK
You should be presented with Query1 browser.
Go Table>Export... and select Query1 from the list.
Set a location and file name and change the save as file type to
delimited ASCII (*.txt)