Visual Basic (VB) Question:
What is the diff. Between function and sub procedures?
Answer:
Function will return value but a sub procedure wont return values
Previous Question | Next Question |
What is diff between the Generic Variable and Specific Variable? | What is the max size allowed for Extension in Visual Basic? |