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]
Re: MI MapBasic Read File problem
Warren Vick, Europa Technologies Ltd. Thu, 4 Mar 1999 21:18:41 -0500
- MI MapBasic Read File problem Nigam Desai
- Re: MI MapBasic Read File probl... Warren Vick, Europa Technologies Ltd.
- Re: MI MapBasic Read File probl... Henry A. Mumm
