Is there any Lotusscript equivalent of this that is just as fast as running the @Command?
@Command([FileExport];“Comma Separated Value”;“c:\test.csv”)
I have found examples of Lotusscript code that prints to a file, but it’s noticably slower. I want to use Lotusscript since I’m either going to work with the file after it’s created (either running a mail merge or opening the file in Excel and formatting it).
Thanks