Home > lang > print 
 en fr de es it nl pl pt pt_BR mk sq ca hu tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
PRINT
PRINT [ # hStream , ] Expression [ { ; | ;; | , } Expression ... ] [ { ; | ;; | , }  ]

Prints expressions to the stream hStream.

If hStream is not specified, then the standard output is used.

VB uses as standard output the form in which the code resides.

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 vlastnosti.

See also

Stream & Input/Output functions, Stream.EndOfLine, DEBUG