Skip to main content

UncertaintyOn

Structure

UncertaintyOn : Boolean

Type

Function

Description

Use this function to determine if Uncertainty is currently registered as a product. This function can reliably be called from scripted executed within either Dashboard or Classic main screen, PrintBuilder, indyprint, or rbreport (Custom Reports)

Parameters: none

Return value

Returns with True or False (or "1" or "0)

Example

if UncertaintyOn then
ShowMessage("Uncertainty Is Registered")
End If