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
Version | Status | Notes |
10.0 | New | New in this version. |