@ Cannot Be Used As a Delimiter with the APPEND CommandLast reviewed: June 27, 1995Article ID: Q115109 |
The information in this article applies to:
SUMMARYThe at sign ("@") cannot be used as a delimiter in FoxPro versions 2.5 and 2.6 for MS-DOS and Windows when you are using the APPEND command to append information from an ASCII text file.
MORE INFORMATIONA number of UNIX-based products such as EMPRESS generate ASCII files using @ signs as delimiters. The following is an example of an ASCII file generated by EMPRESS version 6.0 running on a Sun Microsystems SPARC workstation:
704@575@1111@JOHN B SMITH 704@575@1122@FRANKLIN T WOND 704@575@1133@ALICIA J ZELAYAHowever, when you use @ as a delimiter with the APPEND command, as in the following example
APPEND FROM <Text_Filename> DELIMITED WITH @(where the <Text_Filename> is the name of the ASCII file), FoxPro will not recognize the @ sign as a delimiter and will try to include each record from the ASCII file in the first field of the FoxPro .DBF file. To correct this problem:
|
Additional reference words: FoxMac FoxDos FoxWin 2.50 2.50a 2.50b 2.60
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |