newdatabasewithtextfieldnames
TEXTFILE

The newdatabasewithtextfieldnames statement creates a new database from a text file. The text file must contain the field names in the first line.


Parameters

This statement has one parameter:

textfile – path and name of text file, or “” to ask user.


Description

This statement creates a new database from data in a text file. Here is an example that creates a new database from a file named Mailing List.text.

newdatabasewithtextfieldnames "~/Dropbox/MailingList.text"

See Also


History

VersionStatusNotes
10.0NewNew in this version.