NOT TRUE_FALSE
Placeholder | Replace With |
TRUE_FALSE | A true/false value, such as a variable or expression that results in true or false. |
Returns a Number value
You can use the NOT TRUE_FALSE expression to find out if a True/False variable is false.
In the following script, HotDocs asks whether the user is a United States citizen. If the user is not, HotDocs asks the user for Visa information:
«IF NOT US Citizen»
«ASK Visa Information»
«END IF»