#Need C Pointer Help…
02-Sep-90 20:19:33
Sb: #118777-#Need C Pointer Help…
Fm: Mike Spille/Manx 71545,1466
To: George Graves 76657,1112
Your code looks OK to me – what exactly is the problem? Are you getting a
compiler error or does the code run incorrectly? From what I can see, you
are in fact comparing the character at IString with the character at
state->stringbuffer+state->stringbufferlenght. As for addressing Mstring,
Fstring, etc. you already do that in your if-statement below the initial
comparison. I guess a bit more detail regarding the nature of the error is
what I need.
-Mike