Forum Migration Notice
We're transitioning to a more modern community platform by the end of this year. Learn about the upcoming changes and what to expect.

Func or Proc

Is there anybody kan tell me the difference between "Func" og "Proc". when shall I choose what?

image

xin

Comments

  • A function returns a value to the caller when the function code is completed, while a procedure simply executes then returns control to the calling procedure.
    Russell Drown
  • thanks
    xin