Porovnávané verzie

Kľúč

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

%SetInvalid function


Function
The function invalidates (sets the Invalid attribute Invalid) the value given by the parameter while the value type remains unchanged.
Declaration


Blok kódu
languageesl
themeConfluence
UNIVAL  %SetInvalid(
   UNIVAL in expression
 )
Parameters


expressionOptional expression.
Note
The function may be used e.g. to invalidate any value.
Example


Blok kódu
languageesl
themeRDark
%SetInvalid(0)
Related topics