%Flag function


Old name
%FlagB
Function
The function returns the value of the specified value flag of the given expression.
Result is a value of Boolean type.
Declaration
BOOL %Flag(
   UNIVAL in Expression, 
          in @Flag
 )

Parameters
Expression Expression of optional type.
@Flag Flag identification - @A, @B up to @P.

Example
%Flag(P.SpeedFilterSim_PB,  @C)

Napíšte komentár