Disable output of Text/EndText to screen???
Posted: Fri Sep 27, 2019 3:07 pm
What setting will prevent Text/EndText from writing its output to the screen?
I'm sure X# is following some VFP behavior that I have turned off in VFP, and I need to know that to do in X# to turn it off there also??
.
I'm sure X# is following some VFP behavior that I have turned off in VFP, and I need to know that to do in X# to turn it off there also??
.
Code: Select all
Local cName = "Matt"
Local cMessage As String
Text To cMessage Textmerge
Name Is <<cName>>
Endtext
? cMessage
Wait