On Aug 14, 2006, at 14:34 UTC, Mark Nutter wrote: > --- Jacob Palme <[EMAIL PROTECTED]> wrote: > > > For Pos = Chunk.Len DownTo 1 > > PosChar = Chunk.Mid(Pos,1) > > > > This works OK until the character "'" is encountered in the > > chunk. From then onwards, Poschar becomes an empty string > > even though Chunk looks quite all right when I look at its > > value using the debugger. > > That sure sounds like a bug.
It's hard to believe there could be such a bug in Mid though, and not be noticed by now -- my own code uses it all over the place, as does many others' too, I'm sure. Can you reproduce this in a simple example? (Sorry to reply to a reply, but I missed the original message.) Best, - Joe -- Joe Strout -- [EMAIL PROTECTED] Verified Express, LLC "Making the Internet a Better Place" http://www.verex.com/ _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
