Hello I have a local macro containing values 10 20 30 40 50
I want to create another local macro that contains the values based on this macro above but only for the first x values, so x= 4 this new macro would contain values 10 20 30 40.
Please could you assist me. Thanks, Jad.
I want to create another local macro that contains the values based on this macro above but only for the first x values, so x= 4 this new macro would contain values 10 20 30 40.
Code:
local test 10 20 30 40 50 display "`test'" * create new macro based on previous macro values
Comment