Home> Common Problem> body text

What does print mean in vb

藏色散人
Release: 2023-02-15 18:11:07
Original
13673 people have browsed it

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 表达式
Copy after login

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

Print "你好"
Copy after login

is as shown below:

What does print mean in vb

The result displayed in the form of output numeric type constant

Print 999
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!