Re: HTML string get length
- From: "Rick Rothstein [MVP - Visual Basic]" <rickNOSPAMnews@xxxxxxxxxxxxxxxxx>
- Date: Mon, 28 Nov 2005 17:37:26 -0500
> >Here's a very simple function to do that David. It copes with
arbitrary HTML
> >(and even XML), and doesn't use Regular Expressions and stuff
> >
> >Private Function lLenHTML(sHTML As String) As Long
> > lLenHTML = Len(Join(Filter(Split(Replace(Replace(sHTML, "<",
"<" &
> >Chr(1)), ">", "<"), "<"), Chr(1), False), ""))
> >End Function
> >
> Bloody hell, this is shades of The Exorcist.
> Rick is possessing Tony ? ;-)
There are tears of joy running down my face after seeing Tony's
posting.<g>
Rick
.
- References:
- HTML string get length
- From: davidjdoherty
- Re: HTML string get length
- From: Tony Proctor
- Re: HTML string get length
- From: Frank Adam
- HTML string get length
- Prev by Date: Re: Clip capture - modules
- Next by Date: Re: Problem writing code to go to a label after calling a procedure
- Previous by thread: Re: HTML string get length
- Next by thread: Re: HTML string get length
- Index(es):
Relevant Pages
|