how to remove quotation marks from data in vfp 9

Larry Nuñez 46 Reputation points
2026-06-23T20:06:57.3766667+00:00

how to remove quotation marks from data in vfp 9how to remove quotation marks from data in vfp 9

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

0 comments No comments

Answer recommended by moderator
Viorel 127.3K Reputation points
2026-06-24T07:30:11.6866667+00:00

Maybe STRTRAN can be used here too.

Something like this: STRTRAN(cData, '"', "").

Was this answer helpful?

3 people found this answer helpful.

0 additional answers

Sort by: Oldest

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.