FORMULA LANGUAGE
Examples: FileExport
1. This formula exports a view to c:\temp.txt as tabular text.
@Command([FileExport]; "Tabular Text"; "c:\\temp.txt")
2. This formula exports the current view to a 1 for Macintosh worksheet called Hardware and stores the file in the Lotus 1 folder on the user's workstation.
@Command([FileExport];"Lotus 1-2-3";"SBRAUN:Lotus 1:Hardware")
3. This agent formula exports the current document to the testing.txt file on the C drive of the local machine when the user triggers the agent from the Action menu.
@Command([FileExport];"ASCII";"C:\\testing.txt")
This agent has an event trigger of "Action view selection" and has "None" selected as its target.
See Also
FileExport @Command
Glossary
Help on Help
Open Full Help Window
Glossary
Help on Help
Open Full Help Window