If then

Discuss RoboTask here
Post Reply
kittysoman2013
Posts: 1
Joined: Mon May 18, 2020 10:05 am
Location: https://giupviectheogio.com/
Contact:

If then

Post by kittysoman2013 »

I am getting an error message - Value "xxx" is not a number value.

I am using an evaluate statement to find a mod of a number
I am than using an IF Then to compare the evaluate result to more or equal to 1. I tried using compare as number and that give the above number.
I then tried as string it does not error but every line is being processed not what I wanted.

I see variables are handled as strings in RoboTask. How do I perform the number comparison in Robotask?

Thank you,

Soman
Oleg
Site Admin
Posts: 3000
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: If then

Post by Oleg »

I am getting an error message - Value "xxx" is not a number value.
Give me the exact error message

This error means that your expression doesn't contain number value and can not be converter to number value for comparison
Oleg Yershov
Post Reply