Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Word unit definition requires parameters to define the characteristics of a word. This is defined in the Advertising module as a definition parameter. The definition parameter can be either "Distinct" or "Character", and both require additional parameter information.

The Definition parameter determines whether a word is further defined by separators (Distinct) or by an estimated word length (Character).

...

Distinct means that a word is defined by the separator characters surrounding a word such as a space or punctuation character. It requires another parameter called "Separators" to tell the counter what characters will indicate separations between words. If it is set to Standard the standard separators include to following characters:

",./?!&|{space}{tab}{lf}".

...

The syntax for the Word definition using the Distinct parameter string is as follows. Note that the "|" character separates each parameter and its definition from others.

Definition=Distinct|Separators=Standard

Definition Parameter = Character

...

The syntax for the Word definition using the Character parameter string is as follows. Note that the "|" character separates each parameter and its definition from others.

Definition=Character|NumCharacters=5|Rounding=Up

...

Line Unit Definition

The Line unit definition requires parameters to define the characteristics of a line. The Line is defined by the existence of a line feed character, however, only so many characters can fit on a line. The parameter determines the number of characters on a line.

...

The syntax for the Line type parameter string is as follows. Note that the "|" character separates each parameter and its definition from others.

MaxCharsPerLine=25|Rounding=Up