Parameters are not Compatible with this Function Error

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


Example

The RGB function expects integer values:

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