Senipah / VBA-Better-Array

An array class for VBA providing features found in more modern languages
MIT License
112 stars 18 forks source link

Bug #4

Closed ws-garcia closed 3 years ago

ws-garcia commented 3 years ago

Dear @Senipah , in the last stage of testing for the CSV interface I found a little bug in the method FromCSVString of the VBA Better Array class. Specifically, I was trying to make my project able to handle empty CSV files and records having zero length fields inside them. More details: the error occurs over the UnquoteString function (line 2450). See the attached screenshot

To Reproduce The test string is the following:

"",[vbCrLf]
,"" [vbCrLf]
Field1,Field2[vbCrLf]

Screenshot Captura de pantalla (106)

Operating System:

Host Application:

Senipah commented 3 years ago

Thanks for the heads-up. closed in 5168a06 (included in release 1.6.4).

Cheers