Generally to get a carriage return you have to add to chr(13) an chr(10). I've tried myself :
x="Hi" + CHR(13) + chr(10) + "John"
@0,0 say x
but nothing. (2 squares).
Try ? x. This work.
Anyway, if you use VFP 6.0, Microsoft says that you should use the label or textbox control.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.