I Have a newbish question.

I 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.

Functions return a value. Procedures do not.