Code: Select all
string comboStr = @wjoin(allSeries)
string uniqueList = @wunique(comboStr)
svector uniqueSVector = @wsplit(uniqueList)
Is @wjoin not supported in 8.1? Any ideas other than looping through the sVector to do this? Thanks,
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
Code: Select all
string comboStr = @wjoin(allSeries)
string uniqueList = @wunique(comboStr)
svector uniqueSVector = @wsplit(uniqueList)
Users browsing this forum: No registered users and 2 guests