Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page properties
hiddentrue



Status
Tech review

Status
titletodo

Style guide

Status
titletodo

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue


Short description

Returns the value stored in a boolean variable named variable_name, which was previously created using the setBoolean() function.

Output

Status
subtletrue
titleboolean

Available since

Status
subtletrue
colourRed
titleneeds lookup




UI Text Box
sizemedium
typeinfo

This function returns the value stored in a boolean variable named variable_name, which was previously created using the setBoolean() function.


Code Block
languagebash
titleSyntax
linenumberstrue
getBoolean(textstring variable_name) #Output: Boolean


UI Expand
titleExamples


Expression parserDescription


Code Block
languagebash
linenumberstrue
getBoolean("myBoolean")


This example returns the value stored in "myBoolean".



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
xxx

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titleboolean