Re: Substring with unknown length (newbie)
- From: "Sonnich" <sonnich.jensen@xxxxxxxxxxxxxx>
- Date: 25 Nov 2005 09:07:00 -0800
Take a look at delphis help for strings
this might work:
Result := Copy(InputStr, 1, Pos('>', InputStr));
Pos will return the position needed, and in Copy here it is the length.
Take a look at the help for those 2. Also, there is one function to
compare Ansi strings, but that is probably somehwere in the help
S
.
- References:
- Substring with unknown length (newbie)
- From: Lene
- Substring with unknown length (newbie)
- Prev by Date: Re: Substring with unknown length (newbie)
- Next by Date: Changing Application.Title
- Previous by thread: Re: Substring with unknown length (newbie)
- Next by thread: Re: Substring with unknown length (newbie)
- Index(es):
Relevant Pages
|
|