FDBX0001
incompatible types

Explanation

You tried to assign a value to a variable, but the type of the expression is not the same as the type of the variable, so the assignment was not performed.

User response

Reenter the assign subcommand where the type of the variable matches the type of the expression.