Flt_PntIdW

SUMMARY

Flt_PntIdW - Extended wildcard-filter for PointId (eventlog)

SYNTAX

Flt_PntIdW(<CursorID>,<Wildcard>)

ARGUMENTS

CursorID
- Connects the Listbox to a resource.
Wildcard
- Defines a wildcard.

DESCRIPTION

The defined wildcard is compared with the PointID of the DataObject, on matching the entry is displayed in the list.
The filter is not case sensitive.

Wildcard Function
XYZ delivers exactly descriptions XYZ, XYz, Xyz, etc
*XYZ delivers descriptions ending with XYZ, XYz, Xyz, etc
XYZ* delivers descriptions starting with XYZ, XYz, Xyz, etc
*XYZ* delivers descriptions including XYZ, XYz, Xyz, etc
* delivers any descriptions
[empty] delivers any descriptions

EXAMPLES

Flt_PntIdW (Cursorname, *MOTOR*)


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times