QodlyScript ReferenceCommandstrueVersion: 1.0.0On this pagetruetrue* : boolean ParameterTypeDescriptionResultboolean←true Description true returns the boolean value true. Example The following example sets the variable vbOptions to true: var vbOptions : boolean vbOptions = true See also false not