%Flag function


Old name
%FlagB
Function
The function returns the value of the specified value flag of the given expression.
The result is a value of Boolean type.
Declaration
BOOL %Flag(
   UNIVAL in Expression, 
          in @Flag
 )
Parameters
ExpressionExpression of optional type.
@FlagFlag identification - @A, @B up to @P.
Example
%Flag(P.SpeedFilterSim_PB,  @C)
Napíšte komentár