Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT *,;
LEFT(MemoFld,200) as First200,;
SUBSTR(MemoFld,201,200) as Secnd200,;
SUBSTR(MemoFld,401,200) as Third200,;
SUBSTR(MemoFld,601,200) as Forth200,;
and so on....,
FROM VFPTable;
INTO CURSOR NewResults
SELECT NewResults
COPY TO MyCSVFile DELIMITED