Invoking a Method from Another Method
- Last UpdatedOct 21, 2022
- 1 minute read
Within a method !This.Methodname() refers to another method on the same object. So our second LIFE constructor method, the one with an argument, could be defined as:
define method .Life(!Value IS REAL)
!This.Answer(!Value)
endmethod