Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - What is the difference between putting parentheses and quotation marks on some running functions in VB?
What is the difference between putting parentheses and quotation marks on some running functions in VB?
In VB, some functions can be called like this:

1, called as a function, with parentheses and a return value;

2. Call in the form of a procedure, without parentheses, and return no value.

As for quotation marks, it depends on the parameter type of the related function. If it is a string, it should be quoted. Before using a function, you should first understand the meaning of each parameter in this function, rather than simply asking a question.