Judith Barer wrote: > Does anybody have an idea how I could generate a csv file programtically > that would include in it the info from memo fields. What would be the > simplest way to do this? > Personally I always use textmerge to create files like this.
set textmerge on noshow set textmerge to myfile.csv select mytable scan \<<alltrim(mytable.memofield)>> endscan set textmerge off set textmerge to
This assumes that the data in the memo fields is already comma seperated - which you didn't say.
©2007 Alan Bourke |