I tried my friend i used this code :


Code
#include <contract.c>
function run()

{

LookBack = 100;
set(LOGFILE);
BarPeriod = 600;
set(PLOTNOW);


int column = dataFromCSV (1,"CSV", "aaa", 1, 1);

print (TO_LOG,column);
}



all I get is : Error 058: Bad code 'C' for '2, "1.7 Cub' in aaa.csv

PS: I have the CSV file in the history folder