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 127K 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?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Larry Nuñez 46 Reputation points
    2026-06-26T14:06:13.4566667+00:00

    Accepted answer

    Was this answer helpful?

    0 comments No comments

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.