confusion123
Active Member
- Joined
- Jul 27, 2014
- Messages
- 400
The main (possibly only) difference between a function and a procedure is a function can return values whereas procedures can't.
Therefore why use procedures at all? Why not just write functions and return values if you want, don't if you don't need to?
Therefore why use procedures at all? Why not just write functions and return values if you want, don't if you don't need to?