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 MyTable
copy to (m.MyOutPutFile) delimited
Select MyTable
go top
set alte to (m.MyOutPutFile)
set alte on
set console off
Do while .not. eof()
?? '"'
?? MyTextField
?? '",'
?? MyNumericField
?? ','
?? MyBooleanField
?
Skip
Enddo
set alte off
set alte to
set console on