Printing library

Typelibrary
DictionaryLCS
LibraryLiveCode Script
Synonymsprinting library,printing libraries
RelatedCommand: revShowPrintDialog, revPrintField, revPrintText
Glossary: command, LiveCode custom library
Description

The LiveCode custom library that supports text printing. The revPrintField, revPrintText, and revShowPrintDialog commands are part of the Printing library.

Tagsprinting
TypeNameSummarySyntax
commandrevPrintField

Prints the contents of a field.

revPrintField <fieldDescriptor>

- - -revPrintText

Prints formatted or unformatted text.

revPrintText <textToPrint> [, <headerText> [, <footerText> [, <fieldTemplate>]]]

- - -revShowPrintDialog

Controls display of the Page Setup (on Mac OS systems) and Print dialog boxes when using the revPrintField or revPrintText commands.

revShowPrintDialog <showPageSetup>, <showPrint>