Sai Teja Chittaluri
New Member
How to decide when to use a FUNCTION or an INTERNAL PROCEDURE? What is the difference? Which is best to use?
How memory is allocated for both in ABL?
How memory is allocated for both in ABL?
Thanks for the correction. I assumed that functions in ABL are like functions in other languages I've encountered.You are right in theory, Rob, although ABL allows you to define output parameters for a function as well as the return value. So in a sense either is usable in most cases.
Agreed.If you are starting out as a Progress developer though, I would strongly recommend focusing on classes and methods.