Functions (all)

Bool

Function Name:
Bool
Description:
This a Type-Specifier function. It takes a boolean parameter and simply returns it. Its primary use is when you want to ensure that a data reference or prompt value is treated as being of type bool in contexts where its role might otherwise be ambiguous.

Other type-specifier functions which can be used in a similar way are Date, Number, Float, Text and Item.

Minimum FH Version:
4.0
No. of Parameters:
1
Return Type:
Boolean (True or False)
Parameter 1:
Boolean (True or False)
Examples:

=Bool(%INDI._FLGS.__PRIVATE%)