If I want to pass a variable between two EFS, is tte following structure correct?
First efs:
define : var MTM1MIN = null;
wugh is calculated in the efs.
in main : setGlobalValue(MTM1MIN,wugh);
second efs:
define : var MTM1MIN = null;
getGlobalValue (MTM1MIN);
Best Regards,
Alan
First efs:
define : var MTM1MIN = null;
wugh is calculated in the efs.
in main : setGlobalValue(MTM1MIN,wugh);
second efs:
define : var MTM1MIN = null;
getGlobalValue (MTM1MIN);
Best Regards,
Alan
Comment