%SetFlagsBy function
Related pages:
UNIVAL %SetFlagsBy( UNIVAL in param1, UNIVAL in param2 )
param1 | Expression of optional type. |
param2 | Expression of optional type. |
TEXT _flags INT _i ; set the flags A and F _flags := %SetFlagsV("Text", @A, @TRUE, @F, @TRUE) ; _i := 5 ; copy user flags from variable _flags to variable _i, while value of _i remains unchanged _i := %SetFlagsBy(_i, _flags)
Related pages:
Pridať komentár