Search found 2 matches
- Sun Mar 17, 2019 7:53 pm
- Forum: Programming
- Topic: loop for string variables
- Replies: 3
- Views: 3931
Re: loop for string variables
Thanks you for that. Is it possible for me to save each of the calculation in separate series or in one group ? thanks in advance again.
- Thu Mar 14, 2019 10:04 pm
- Forum: Programming
- Topic: loop for string variables
- Replies: 3
- Views: 3931
loop for string variables
Hi there, I want to repeat the same calculation for numerous string variables. For example act/act_rb, nsw/nsw_rb etc. Below is the code I have written. %seriesname = @wlookup ("*", "series") for %n {%seriesname} next For %N act nsw qld vic %Y act_rb nsw_rb qld_rb vic_rb series s...
