diff --git a/data/demoScript.txt b/data/demoScript.txt index 598745bf75777a97461794c0eda19854cf2661f1..9b849470039eee0c4399f177ec84708fa3d14060 100644 --- a/data/demoScript.txt +++ b/data/demoScript.txt @@ -8,7 +8,7 @@ symbols = array(SYMBOL, 0, 100) yearDirs = files(rootDir)[`filename] for(yearDir in yearDirs){ path = rootDir + "/" + yearDir - s = files(path)[`filename].upper().strReplace(".CSV","") + symbols = files(path)[`filename].upper().strReplace(".CSV","") } symbols = symbols.distinct().sort!().append!("999999"); symRanges = symbols.cutPoints(100)