fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Home > lang > print
 
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration   
Documentation
History
 
PRINT
Syntax
PRINT [ # hStream , ] Expression [ { ; | ;; | , } Expression ... ] [ { ; | ;; | , }  ]

Prints expressions to the stream hStream.

If hStream is not specified, then the standard output is used. The standard output can be redirected by the OUTPUT TO statement.

The expressions are converted to strings by the Str$ function.

The end-of-line delimiter can be defined with the Stream.EndOfLine property.

See also

Stream & Input/Output functions  Stream.EndOfLine