Lec 09 Functions
Lec 09 Functions
Net
AAPP00-8-3-2 VBN
Functions
Lecture 9
Topic & Structure of the lesson
•function procedures
•exit sub and exit function
•generating (pseudo) random numbers
1. Function
2. Exit
3. RND
FunctionName = expression
End Function
Called by: argument list
X = FunctionName(arg1, arg2, …)
Parameters and arguments MUST AGREE in
type and number.
• Function Procedures
Arrays
Q&A