Assert Summary Use the Assert function to throw an error when a boolean expression returns false. Syntax Assert(Condition=<boolean expression> [,Message=<string>]) Return Type The function...