I have just started using procedures and functions
In comparison I have seen that
--Proedures can return values but a function must
--Procedures used in a format like function are
more convinient to use than functions
--Procedures can return multiple values but a function
cannot.
If my observations are correct can anyone please tell me
why to use function itself?
Do they have any advantage over procedures?
Thanking you in advance
amol [sig][/sig]
In comparison I have seen that
--Proedures can return values but a function must
--Procedures used in a format like function are
more convinient to use than functions
--Procedures can return multiple values but a function
cannot.
If my observations are correct can anyone please tell me
why to use function itself?
Do they have any advantage over procedures?
Thanking you in advance
amol [sig][/sig]