Subject |
Re: Converting .FIL to .XLS |
From |
Ken Mayer <dbase@nospam.goldenstag.net> |
Date |
Tue, 18 Apr 2017 09:05:35 -0700 |
Newsgroups |
dbase.getting-started |
On 4/18/2017 8:41 AM, Eric Hill wrote:
> This company is using a DOS version of dBase it seems. Back from the dark ages. They want to get this .fil into a spreadsheet so they can then import it to Access or something else. Maybe they are out of luck. The article you linked does say "This file extension was developed for earlier versions of dBase." This is definitely an earlier version of dBase. :-)
>
> Thanks for the links!!!!!
Sure. You could try reading it with a file object:
f = new file()
And so on. Read the docs (help, etc., and there is info in the
Knowledgebase on the dBASE site, and in The dBASE Book).
Ken
--
*Ken Mayer*
Ken's dBASE Page: http://www.goldenstag.net/dbase
The dUFLP: http://www.goldenstag.net/dbase/index.htm#duflp
dBASE Books: http://www.goldenstag.net/dbase/Books/dBASEBooks.htm
|
|