Open GoogleCodeExporter opened 9 years ago
I fixed this by modifying the case for ":" in the method parsekey as follows:
Case ":"
index = index + 1
If Not dquote And Not squote Then
Exit Do
Else
parseKey = parseKey & char
End If
Original comment by fadeyi.f...@gmail.com
on 2 Jun 2012 at 4:26
Original issue reported on code.google.com by
fadeyi.f...@gmail.com
on 2 Jun 2012 at 4:19