Home  >  Article  >  What does print mean in vb

What does print mean in vb

藏色散人
藏色散人Original
2021-01-18 10:47:2613715browse

Print in vb is an output statement. Under the WINDOWS graphical interface, this statement is not necessary; and in the VB.NET version, Print as a print output no longer exists.

What does print mean in vb

The operating environment of this tutorial: windows7 system, Dell G3 computer, VB2012.

The Print statement is an output statement (print statement) in the Basic language. Under the WINDOWS graphical interface, this statement is really unnecessary. In the VB.NET version, Print as a printout no longer exists.

Let’s introduce print in VB through several examples:

The simplest and most commonly used format as an output statement:

Print 表达式

Example 1: Output text type The result displayed in the form of constant

Print "你好"

is as shown below:

What does print mean in vb

The result displayed in the form of output numeric type constant

Print 999

is as follows Figure: (The output is a numerical value, the system automatically outputs a space before the numerical value)

What does print mean in vb

Recommended: " Programming Video"

The above is the detailed content of What does print mean in vb. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn