+ 3
In Vb.net im struggling with the naming of integers and decimal. Please explain in easy terms
vb.net
2 Respuestas
+ 1
nice one @ stamen
0
If you are thinking about variable naming it's done like this:
Dim variable_name As variable_type = variable_value
Example:
Dim foo As String = "bar"