Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] best way to store paragraphs per file entry?
#3
I'm trying to use icsv to write to a csv

I modded the help file code to use my file path and the code worked, but today, I keep getting this error. I'm totally confused.

Code:
Copy      Help
str s ss
ICsv v._create
v.FromFile("C:\test\test.csv")

int nr=v.RowCount
int nc=v.ColumnCount
int r c
for r 0 nr
    out "--- row %i ---" r
    for c 0 nc
        s=v.Cell(r c)
        out s
        s.trim
        v.Cell(r c)=s

v.ToString(ss)
out ss


Error (RT) in Macro: 0x80070057, The parameter is incorrect. ?


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)