Code: Select all
for %x 11 15 17 18 20 21 22 221 23 24 25 269 27 28 29 30 32 34 35 36 50 51 60 61 62 603 63 64 642 65 66 67 71 72 74 92 a_b c d e f h i j k m l
group granulars a_usgo{%x}_nd
nextModerators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
Code: Select all
for %x 11 15 17 18 20 21 22 221 23 24 25 269 27 28 29 30 32 34 35 36 50 51 60 61 62 603 63 64 642 65 66 67 71 72 74 92 a_b c d e f h i j k m l
group granulars a_usgo{%x}_nd
nextCode: Select all
group granulars
for %x 11 15 17 18 20 21 22 221 23 24 25 269 27 28 29 30 32 34 35 36 50 51 60 61 62 603 63 64 642 65 66 67 71 72 74 92 a_b c d e f h i j k m l
granulars.add {a_usgo{%x}_nd}
nextCode: Select all
%mystring
for %x 11 15 17 18 20 21 22 221 23 24 25 269 27 28 29 30 32 34 35 36 50 51 60 61 62 603 63 64 642 65 66 67 71 72 74 92 a_b c d e f h i j k m l
%mystring = %mystring + "a_usgo" + %x + "_nd"
next
group a {%mystring}Code: Select all
granulars.add {a_usgo{%x}_nd}Code: Select all
for %x "_arts _ent"
%mystring = "a_usgo92_nd" + %x
next
group testindustries {%mystring}Code: Select all
for %x _arts _ent
%mystring = %mystring + " a_usgo92_nd" + %x
next
group testindustries {%mystring}
Users browsing this forum: No registered users and 2 guests