Invalid type Code t_testcase Code

helmhelm Member Posts: 46
Hello Everybody

I got an interesting error message today when I tried to compile an object. It says:
Type Conversion not possible because on of the operators contains an invalid type.

Code t_testcase Boolean

It happened on a MODIFY statement. :-s Anybody got any idea what the message means? It disappeared when I closed the object without compiling and reopened it.

Comments

  • BgestelBgestel Member Posts: 136
    you forgot to close the case with an "end;" statement

    the compiler is looking for another option to considder in the case and instead it finds a modify statement.
    **********************
    ** SI ** Bert Van Gestel **
    **********************
Sign In or Register to comment.