HTML Parsing Library Basic/VB script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: HTMLparse.rar
  • Last update:
  • Platform: Windows
  • Language: Basic/VB
  • Price:Freeware
  • Company: Friso Kluitenberg (View more)

HTML Parsing Library script description:




Publisher review:
HTML Parsing Library provides functions for parsing HTML tags. This library provides functions for parsing HTML tags, values and many other hyper text markup language related things. The module is optimized for speed.

The library comes in the form of an Visual Basic module. In order to use it, you must have a fairly solid grasp of visual basic. Most functions in the library return an string value. Some other functions modify the passed variable directly, (with 'byref').

For example:

dim sArray() as string GetAllHtmlTags "test site", sArray Further more, you must be aware of that passing an index of an array to an function in an module, can result in an error. The following is incorrect:

dim sTemp as string sTemp = Function(sArray(2)) In order to resolve any error with this, it is highly recommended, that you use the following code structure:

dim sTemp as string sTemp = sArray(2) sTemp = Function(sTemp)
HTML Parsing Library is a Basic/VB script for Other scripts design by Friso Kluitenberg. It runs on following operating system: Windows.
HTML Parsing Library provides functions for parsing HTML tags.

Operating system:
Windows

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5