Code:
local restrictions "=1 =2 =3 =4 =5 =6 =7 =8 =9 =10 =11 =12 =13 =14 =15" local res_direction "< >" foreach dir in `res_direction'{ local colnames "`dir'`restrictions'" di "`colnames'" }
Code:
<=1 =2 =3 =4 =5 =6 =7 =8 =9 =10 =11 =12 =13 =14 =15 >=1 =2 =3 =4 =5 =6 =7 =8 =9 =10 =11 =12 =13 =14 =15
Code:
<=1 <=2 <=3 <=4 <=5 <=6 <=7 <=8 <=9 <=10 <=11 <=12 <=13 <=14 <=15 >=1 >=2 >=3 >=4 >=5 >=6 >=7 >=8 >=9 >=10 >=11 >=12 >=13 >=14 >=15
I'm open to suggestions, but this is only a small part of a rather large program that I didn't create, so I don't want to deviate too far from this method for fear of causing other issues. Thank you!
0 Response to Generate a local with a prefix
Post a Comment