Code: Select all
;t={}
OpenFile(1, "test", #MODE_WRITE)
err=?WriteTable(1, t, {Adapter="default"})
I just noticed that error handling with WriteTable() isn't working. With RaiseOnError() it's the same.
Am I doing something wrong or is this a bug?
Code: Select all
;t={}
OpenFile(1, "test", #MODE_WRITE)
err=?WriteTable(1, t, {Adapter="default"})