Início > lang > print 
 en fr de es it nl pl pt mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Anterior  Próximo  Editar  Renomear  Desfazer  Procurar  Administração  
Documentação  
Cuidado! Esta página não está traduziada.  Veja a versão em inglês 
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 property.

Veja também

Funções de Stream e Entrada/Saída, Stream.EndOfLine, DEBUG