| Subject |
importing text file programmatically |
| From |
Emeka Ossai <megameks@yahoo.com> |
| Date |
Tue, 08 Feb 2022 09:22:09 -0500 |
| Newsgroups |
dbase.getting-started |
Hi all,
lHow else can I import text file to allign well on dbase table. The below syntax is not aligning properly.
what am using
use custodian
fileName = getFile("*.txt", "Select text format file...PLS BE SURE THIS IS TRADING TXT FORMAT")
APPEND FROM &filename sdf
Emeka
|
|