User Tools

Site Tools


syntax:functions:true

Differences

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

Link to this comparison view

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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki