Hi,

I would like to create a local macro that would contain only the maximum value of a set contained in a global macro:

Code:
global M_per 6 12 24 36 72 120

* I would like to input the max of $M_per, which is 120 in the local variable max_M_Per 
local max_M_Per 120
Can someone help?