hey i managed to fix this problem, but my robot still dont go to the right choice. (i mean, im getting false when its true)
what i do is i mark the text, CTRL+C, and via “Get from clipboard” save it in a variable. this method is working when there is something marked, but sometimes i mark an empty box and save it into a variable, so basicly wanting to save it as an empty string.
then when im doing a condtion that basicly says “if this string is empty”, it goes to the else.
maybe i get this problem because when my clipboard got empty, i cant save it into an empty string?
EDIT:
i just did a check and the string i get is not qualified as empty as some reason… any reason why?
EDIT 2:
i tried with an empty excel cell. clicking it one time, CTRL+C. i save it and the string length i get is 2.