Code:
local 1 "a b c" local 2 "d e f" local 3 "g h i"
Code:
local 10 "a b c d e f g h i"
Nick replied to my post yesterday and suggested the following:
Code:
forval j = 1/10 { foreach v of var `list`j'' { .... } }
Can you think of an elegant and simple way of doing it?
0 Response to Using loops to create local from other locals
Post a Comment