B
bleicher
Guest
Brian is correct. The ABL Compiler can not provide this functionality, since the RUN statement is very dynamic in nature. For example, the name of the procedure invoked is evaluated at runtime. Additionally, if the invoked procedure is contained in another persistent procedure, that information is not evaluated till runtime. Given these limitations, the compiler cannot provide the level of validation you are looking for. As Thomas noted, this is one of the advantages of Object Oriented programming.
Continue reading...
Continue reading...