HI,
I would like to inverse the order of a global macro list:
Can someone help? Thanks
I would like to inverse the order of a global macro list:
Code:
global M_per 6 12 24 36 72 120 * This is the output I would like to get: global M_per_minus 120 72 36 24 12 6
Comment