User Tools

Site Tools


syntax:functions:false

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
syntax:functions:false [2015/01/31 15:23] – created dmitrysyntax:functions:false [2021/08/16 02:33] (current) – [See also] craigt
Line 1: Line 1:
-===== False() =====+====== False() =====
 +Category:  Logical function
  
-Creates boolean value equal to FALSE.+\\  
 +=====Description===== 
 +This function creates Boolean value equal to FALSE.
  
-Read more +\\  
-  * [[syntax:functions:true|true()]]+=====Use cases===== 
 +Use this function to set, or test for, a Boolean FALSE value. 
 + 
 +\\  
 +=====Arguments===== 
 +This function does not take any arguments. 
 + 
 +**Return value type:** Boolean (FALSE) 
 + 
 +\\  
 +=====Remarks===== 
 +A Boolean FALSE value is not the same as a text 'FALSE' value.  Refer to the //Type system// link in the "See also"  section for more information. 
 + 
 +\\  
 +=====Examples===== 
 + 
 +Using //False()// within an [[syntax:functions:If]] function: 
 +  if([ThisValue]=[ThatValue],TRUE(), FALSE()) //Returns Boolean FALSE if the two values are not equal. 
 + 
 +\\  
 +=====See also===== 
 +  * [[syntax:functions:isboolean|IsBoolean(expression)]] 
 +  * [[syntax:functions:true|True()]]
   * [[syntax:types|Type system]]   * [[syntax:types|Type system]]
 +
syntax/functions/false.1422735801.txt.gz · Last modified: 2015/01/31 15:23 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki