True/False
Functions are different from Sub Procedures in that you cannot pass (send) information to functions.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: The procedure header for a Sub procedure
Q18: To remove the TabIndex boxes from the
Q19: When the ByVal keyword is used on
Q20: When the ListBox sorted property is false,
Q21: The variables passed in a Call statement
Q23: Some functions like Val and InputBox are
Q24: When the ListBox sorted property is true,
Q25: A Function procedure will always return a
Q26: The keyword Public indicates that only the
Q29: Math.Round(3.234,2)returns the number 3.24.