Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text to dbf
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01143028
Message ID:
01143050
Views:
10
This message has been marked as the solution to the initial question of the thread.
>thanks your reply and e.g.
>Vladimir.
>if i have sentens"khubaib - ahmad khalid"
>and copy khubaib in one veriable and ahmad khalid in other
>how it will be done
>in my text file i sepreat with"-" many names
>thanks

Try This
Your Text.txt
khubaib - ahmad khalid
Vladimir - Lubenov Zografski
CREATE TABLE MyTable (FirstName C(30),OtherNames C(30))
APPEND FROM C:\text.txt DELIMITED WITH CHARACTER -
BROWSE NORMAL
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform