Hi Ed,
There's both a Mid method and a Mid function. You looked at the help for the Mid method, but need the Mid function.
You can locate both the position of the next "<" and ">" with InStr, and then get the string using the Mid function (starting at the position of the "<", length equals the difference between both positions).
Regards,
Klaus
> I have collected items and set them into a long string stored in a document,
> with each item set off inside "<" and ">". So a final string might look
[quoted text clipped - 9 lines]
>
> Ed
Ed - 19 Apr 2005 13:59 GMT
That's it, Klaus! Thank you!
Ed
Hi Ed,
There's both a Mid method and a Mid function. You looked at the help for the
Mid method, but need the Mid function.
You can locate both the position of the next "<" and ">" with InStr, and
then get the string using the Mid function (starting at the position of the
"<", length equals the difference between both positions).
Regards,
Klaus
"Ed" <ed_millis@NO_SPAM.yahoo.com> wrote:
> I have collected items and set them into a long string stored in a document,
> with each item set off inside "<" and ">". So a final string might look
[quoted text clipped - 9 lines]
>
> Ed