Uhmm, I looked in the file and saw this (line in red is your line 231, line in green is what you should read):'Load all the dates into a string
If not rs.EOF then strDates = rs.GetString(,,,",") else blnNoDates = TRUE
'***************************************************************
' Linux Users: Comment the line above and uncomment the line below
'***************************************************************
'Load all the dates into an array
'If not rs.EOF then arrDates = rs.GetRows else blnNoDates = TRUE