‎2006 Dec 13 10:45 AM
hi all ,
can send any one a small program in interfaces using the fallowing syntax.
INTERFACE ifac {DEFERRED [PUBLIC]} | LOAD.
‎2006 Dec 13 10:51 AM
Hello Venkatakrishnarao
The statement makes the definition of the interface ifac available to the application. If the interface contains any constants then you can access them with the following statement:
ld_variable = ifac=>constant_attribute.Regards
Uwe
‎2006 Dec 13 10:51 AM
Hello Venkatakrishnarao
The statement makes the definition of the interface ifac available to the application. If the interface contains any constants then you can access them with the following statement:
ld_variable = ifac=>constant_attribute.Regards
Uwe