I Have a newbish question.
Redsun
11 May 2009, 16:38I Have a newbish question believe it or not LOL
What exactly is the difference between a proc and a function?
Can anyone give me an example?
I Usually only seem to need to use procs, I never really need to use functions.
What exactly is the difference between a proc and a function?
Can anyone give me an example?
I Usually only seem to need to use procs, I never really need to use functions.
Freak
11 May 2009, 21:08Functions return a value. Procedures do not.