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



_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to