HTML_InsideTag_ByIndex

Checks if LocIndex is found between open and close of HTMLTag or between close and open of the tag inside a large string like HTML code of a page.
Returns number:
1: If LocIndex is between open and close (as in between < td ...> and < /td ...>)
2: If LocIndex is between close and open instead (as in between < /td ...> and < td ...>)
0: anything else
It will also return the location of the tag that was found before LocIndex if Return was 1 or 2
Will also return the location of the start at left end inside ReturnLocation variable

Similar to Between_HTMLtag but this one does not search, it instead needs the actual character location LocIndex to start searching from.

CodeFunctionName
What is this?

Public

Tested

Original Work

Access is limited.

Login here using your Linkedin account. to see or download code.

No registration, not another password to remember, login using your Linkedin account and have access to all public codes in Mydevlib.com

Linkedin Login

LocIndex, Page7, Optional HTMLTag = "ix:", Optional ByRef ReturnLocation

Views 780

Downloads 109

CodeID
DB ID