Error 32

illegal combination of operands

This operation is not defined for this operand types, e.g.

This does not work:

a = "2.0";

b = a / 2.0; // dividing a string by a number

Xpressionist 3