|
-
Jan 3rd, 2017, 02:04 PM
#11
New Member
Re: VB6 - JsonBag, Another JSON Parser/Generator
I am trying to parse a JSON file and am getting an error at this step:
Private Sub SkipWhitespace(ByRef Text As String)
CursorIn = CursorIn + StrSpn(StrPtr(Text) + 2 * (CursorIn - 1), PtrWhiteSpace)
End Sub
Compile error: type mismatch
Using VBA and Jsonbag 2.1
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|