Constant value = 2. End of the input.
[Visual Basic] Public const ENDINPUT As Integer = 2 [C#] public const int ENDINPUT = 2; [C++] public: const int ENDINPUT = 2; [JScript] public const var ENDINPUT: int = 2;
An item of this type indicates that the end of the input file or of the input string has been reach. The processing of the input should be stopped.
FilterItemType Class | Okapi.Library.Filter Namespace