Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append from
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00517666
Message ID:
00517786
Views:
15
>With APPEND MEMO FROM you only can append the whole file to a memo field.
>but the txt-file is comma delimited and has to be seperated.

APPEND FROM 'advisor.txt' TYPE DELIMITED WITH ,

should read:

APPEND FROM 'advisor.txt' TYPE DELIMITED WITH ','
that is what works for me.
MSCE, MCSP, Microsoft Channel Partner

Relax, Boss. We will meet the deadline! What? You want to add MORE? What do you mean, Over Budget?

Opinions and comments are the sole responsibility of the sender, and accuracy, correctness, or pertinence is considered coincidental.
Previous
Reply
Map
View

Click here to load this message in the networking platform