hi ...
i am tring for generating a graph from the data available in afile ...
say i have file.txt whc has data .. file.txt= jan,feb,mar etc
and another file whc has data .. file2.txt=2,5,3 etc
using file open option i wil be moving data to array @file n @file2
but whb i try some thng like below.. i get error..
my @data1 = (
);
so is thr any other way whr i can get data from file n send to abv command
pleasse help