Hello Everyone,
If I don't declare a variable at the start of a module (before the procedures) and then create a variable within a procedure (just by setting a value to it e.g. "variable = 3") am I correct to say that this variable will only exist within this procedure? (whether or not the procedure is a public procedure or private procedure?)
Many thanks,
Stu
If I don't declare a variable at the start of a module (before the procedures) and then create a variable within a procedure (just by setting a value to it e.g. "variable = 3") am I correct to say that this variable will only exist within this procedure? (whether or not the procedure is a public procedure or private procedure?)
Many thanks,
Stu