June 2024
Beginner
976 pages
16h 34m
English
The most commonly used operator in Visual Basic is the value assignment operator ( = ). For example, the following Visual Basic statement assigns a value of 5 to variable x.
As you read in Chapter 5, this is equivalent to the left arrow used in flowcharts.
.
Probably the left arrow used in a flowchart is more convenient and clearer than the ( = ) sign because it visually illustrates that the value or the result of an expression on the right is assigned to a variable on the left.
It's important to note that the ( = ) sign is not equivalent to the one used in mathematics. In mathematics, ...
Read now
Unlock full access