Re: Anyone know how...
- From: "Jon Skeet [C# MVP]" <skeet@xxxxxxxxx>
- Date: 2 Dec 2005 03:44:43 -0800
O-('' Q) wrote:
> Bleh... this code is bugging the heck outta me.
>
> Thanks anyway for the help you all DID give. I truly appreciate the
> efforts.
Any chance you could post a description of what it's meant to do in
English, rather than in Delphi? I suspect not many readers know Delphi
(I don't) and although we could guess what's wanted, describing it in
words may well suggest a better approach.
I mean, it *looks* like it's trying to skip 'v' characters at the start
of the line, skip the next 7 characters, then take everything up to the
next quote. Frankly, that sounds like the job for a regular expression
rather than a translation of the Delphi code. Does that description
sound correct to you? If so, could you include some sample test strings
(input and desired output) so we could try to get a working solution
for you quickly?
Jon
.
- Follow-Ups:
- Re: Anyone know how...
- From: O-('' Q)
- Re: Anyone know how...
- References:
- Anyone know how...
- From: O-('' Q)
- Re: Anyone know how...
- From: chris martin
- Re: Anyone know how...
- From: O-('' Q)
- Re: Anyone know how...
- From: O-('' Q)
- Re: Anyone know how...
- From: O-('' Q)
- Re: Anyone know how...
- From: O-('' Q)
- Re: Anyone know how...
- From: O-('' Q)
- Anyone know how...
- Prev by Date: Re: overload constructor
- Next by Date: Late Binding Question
- Previous by thread: Re: Anyone know how...
- Next by thread: Re: Anyone know how...
- Index(es):
Relevant Pages
|