The manual doesn’t indicate that this is possible, but I wonder… the function can return boolean if it is function(variable as integer) as boolean but boolean is not listed as a type of function parameter. Are we forced to use an integer 0 or 1 to represent a boolean value when calling a function or is type object necessary?