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.
cTestString1 = "Scott said 'Hello World. It's Mine' to everyone"
?cTestString1
* --- Or ---
cTestString2 = 'Scott said "Hello World. It's Mine" to everyone'
?cTestString2
TEXT TO lcStr NOSHOW
Scott's Dad said "Hello (it's mine]" [That's right]
ENDTEXT
My purpose was just to note that this was another case where what works in VFP doesn't always work elsewhere.