Hi, i have a function like this,
*GetCsv[GetCsv[,ColHdr]<ArrMinMax[iCol,1] | GetCsv[,ColHdr]>ArrMinMax[iCol,2],ColHdr_QF]<-"RC"* Here, *GetCsv* -- It contain a matrix *ColHdr* -- Is a column Header *ArrMinMax* - It is a array of 2 columns --------------------------------------------------------- Here, this is the function to change the column value to "RC" as per Array value range. The problem what is, i getting an error while executing this function. The error is, " *Subscript out of bounds *" Can you please tell me what we do best for this ? - Thanks Antony. -- View this message in context: http://r.789695.n4.nabble.com/Error-Subscript-out-of-bounds-tp4631674.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.