FILE.CREATE Function
/documentation/pages/Ref/Api/Objects/System/File/FILE.CREATE Method.xml
Create a new file.
FILE.OPEN Function
/documentation/pages/Ref/Api/Objects/System/File/FILE.OPEN Method.xml
Open an existing file.
FILE.TEMP_CREATE Function
/documentation/pages/Ref/Api/Objects/System/File/FILE.TEMP_CREATE Method.xml
Create a temp filename.
Displaying and Printing Bitmaps
/documentation/pages/Ref/Api/Functions/Document Types/Bitmap and Graphic Functions/Displaying and Printing Bitmaps.xml
Xbasic offers a large number of functions that will create, draw, display, and print bitmaps.
Creating an HTML Report
/documentation/pages/Guides/Report/Creating Reports/Creating an HTML Report.xml
It is a relatively simple task to "print" a report to an HTML file. This particular example collects all the "pages" of the report into a single file and creates a set of bookmarks that allows the user to quickly find a section of the report.
Exporting Fields from a Table
/documentation/pages/Guides/Desktop/Design/Data/FieldRules/Exporting Fields from a Table.xml
Exporting plain text with a Xbasic script and exporting plain text with an action script.