Flt_ArchOldStsUe

SUMMARY

Flt_ArchOldStsUe - Set Fltr (OldSts&Mask)<>Val

SYNTAX

Flt_ArchOldStsUe(<CursorID>,<Status>,<Mask>)

ARGUMENTS

CursorID
- Connects the Listbox to a resource.
Status
- Is checked for inequality
Maske
- Pattern is used to mask the "old status"

DESCRIPTION

For the named cursor the "old status" is masked and compared for inequality with that one defined as a parameter.

EXAMPLES

Flt_ArchOldStsUe(Undef,16,19)

The "old Status" is masked with 19 and compared with 16 for inequality afterwards.

Actual status   0001 0001 (17)       1001 0000 (144)
Mask            0001 0011 (19)       0001 0011 (19)          
Result          0001 0001 (17)       0001 0000 (16)  
Compared with   0001 0000 (16)       0001 0000 (16)
Displayed ?        YES                   NO
		  


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