Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help wanted for cleaning a field
Message
 
To
22/10/1996 21:29:46
Sam Zhong
Fort Worth Star-Telegram
Fort Worth, Texas, United States
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00010765
Message ID:
00010771
Views:
29
>Hi Masters,
>
>How can I remove the double quatation marks in a field? For example, I have a field called "firstname", and after each record, it comes with a ", like Sam", Eric", John", ect. The file was converted from text format. What command should I use to remove them? I tried to use the command like "REPLACE ALL FIRSTNAME WITH STRTRAN(FIRSTNAME,""",""), but it didn't work. The message error is ")missing". I am using FoxPro 2.6 for Windows. Your help will greatly apprecialted.
>
>I can be reached at szhong@startext.net
>
>Sam Zhong


try REPLACE ALL FIRSTNAME WITH STRTRAN(FIRSTNAME,["],[]). ', ", and [] can all be used to hold a string's data.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform