thank you for the replies.. but what does these codes do??
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...