WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Enchanced Word Line Parser

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Enhanced Word Line Parser Extender

 Keywords:  

Enhanced Word Line Parser Extender

[wdget34i.zip]

Author:
   Alan Kreutzer

Download:
   wdget34i.zip  35 KB

Usage:
   AddExtender("wdget34i.dll")

Functions:
   WordGetInfo
      Returns information about the extender.
      Syntax: N = WordGetInfo(Request)

   WordGet
      Return a word found in a string.
      Syntax: Word = WordGet (Index, String, Delimiters)

   WordArray
      Return all the words in a string as an array.
      Syntax: Array = WordGet (String, Delimiters  [, ReturnDelimiters])

   WordCount
      Counts the words in a string.
      Word count uses the same rules as WordGet to determine where words end,
      so the return value from WordCount tells how many different words WordGet will return from this line.
      Syntax: Count = WordCount(String, Delimiters)

   WordDelimiter
      Returns the delimiter that follows a word in a string
      Syntax: Delim = WordDelim(Index, String, Delimiters)

   WordRemove
      Removes words from the beginning of a string,
      and returns the remainder of the string.
      Syntax: Text = WordRemove(Index, String, Delimiters)

Article ID:   W16869
File Created: 2019:08:14:08:57:56
Last Updated: 2019:08:14:08:57:56