Parameters are not Compatible with this Function

From Xojo Documentation

Error message

You passed parameters of an incorrect data type to a function.


Examples

The RGB function expects integer values:

Var c as Color
c = RGB("red","green","blue")