Comma-Delimited Files on Macs
Gregory Lypny
gregory.lypny at videotron.ca
Sat Sep 17 17:40:14 EDT 2011
Hello everyone,
When I create comma-delimited files with LiveCode by running handlers such as
repeat with i=1 to 10
put i & comma & “something” & comma & “more stuff” & return after theData
end repeat
put theData into url (“file://“ & filePath)
the file type shows up as Document rather than CSV Document in the Finder’s Get Info window. Why is that, and is it possible to save as CSV Document?
Regards,
Gregory
More information about the use-livecode
mailing list