Introduction

Language Structure

IB Statements

File System

Comet 32 Runtime

Index

(Text)

Email Mnemonic: (Text=string-argument)
Discussion: The (Text) mnemonic may be used to specify body text in addition to whatever is written to the email printer. Depending on your email client, for html printers body text will either appear in an attachment, since it is usual for HTML to appear as the main body of the email, or it will be appended following the html content. For PDF printers, this text will be the main body of the email and the PDF will appear as an attachment. For text printers, the body text will appear just before the printer output.
Example:
OPEN (1) "LEH"
PRINT (1) (Text="Attached is confirmation of your order")
Read about other Email Mnemonics