Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%Flag function


Old name
%FlagB
Function
The function returns the value of the specified value flag of the given expression.
Result The result is a value of Boolean type.
Declaration


Blok kódu
languageesl
themeConfluence
BOOL %Flag(
   UNIVAL in Expression, 
          in @Flag
 )
Parameters


ExpressionExpression of optional type.
@FlagFlag identification - @A, @B up to @P.
Example


Blok kódu
languageesl
themeRDark
%Flag(P.SpeedFilterSim_PB,  @C)