‎2008 Feb 10 5:23 PM
i want to write import and export in method.
what is thye syntax.
i write:
get free memory : zflag.
if zflag is initial.
bla bla.....
zflag= 1
endif.
‎2008 Feb 11 2:13 AM
Try as below:
IMPORT zflag = zflag FROM MEMORY ID <mid>.
and
EXPORT zflag = zflag TO MEMORY ID <mid>.
Make sure the definition of ZFLAG is same in both methods should they be used in different methods.
Regards
Eswar