Introduction

Language Structure

IB Statements

File System

Comet 32 Runtime

Index

(GetSessionPrinter)

Mnemonic: (GetSessionPrinter)
Discussion: The (GetSessionPrinter) mnemonic returns the current name of the session printer. The returned printer name will be either the printer name established by the user via the File/Print Setup dialog, or a temporary name established by an Internet Basic program that issued via the SetSessionPrinter mnemonic.

See (SetSessionPrinter).

History: This mnemonic was added in Comet2000 Build 300 and requires require REL Version 02.01 or greater.
Example:
Print (GetSessionPrinter)
Input Data$
Print "The current session printer is: ";Data$