Hello Nigam,

> I have to read in a tab delimited file into MapBasic variables.
> I tried the Input # command, but it reads till end-of-file and takes the entire 
>record 
> into a single variable.

The easiest method is to use the "register table" MB statement which allows you to 
specify the 
delimiter character. Then, use an "open table" statement specifying the TAB file 
created by the 
register. You will then have a MapInfo table which you can iterate through easily.

Regards,
Warren Vick
Europa Technologies Ltd, U.K.
http://www.europa-tech.com
----------------------------------------------------------------------
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