Been away fro VFP for years and of course now I cannot figure out a code segment for a very simple query.
SELECT pilot, flt_time from flights ORDER BY launch TO FILE temp
OK fine, creates a TXT file as wanted.
Want to add:
SELECT pilot, flt_time+" minutes" from flights ORDER BY launch TO...