Visual Basic - Variable use
Using variables, you can access the data stored in a variable, can be used to store or retrieve the value.variable use
Description
name
Data:
- name -
Output
- return - Any
Examples
Visual Basic .NET
Variable use the possible of use:x = 64 / 8 ' x=8
y = x / 0.5 ' y=16
z = (x * 2 / y +5)' z=1.1
Visual Basic .NET
a and b
a or true
not a
Visual Basic .NET
Other pieces of example codes:x = 123 xor 25
a1 = not false
x <= y * 5
i *
ymax = 2147483647
i or j
You can find it in the following collections: value receiver | value sender
Variable use in another programming language:
Differences to: