IF Statement

I am trying to use the following LoliCode to determine if it do a Parse or not, but it does not work for me.

IF INTKEY @data.RESPONSECODE NotEqualTo “200”

Error: FormatException - Input string was not in a correct format.

It’s 200 not “200” since it’s an integer

1 Like