Forum Discussion

rmnrdi's avatar
rmnrdi
Contributor
6 years ago
Solved

Issues with text = <variablename> in test.

I'm having an issue where if I use Tesobj.Text = <some variable from csv> it doesn't puts an incorrect value in the box. By incorrect value, I mean a value that's in a completely different csv.    ...
  • tristaanogre's avatar
    6 years ago

    That's not exactly the recommended way of populating a text box.  Rather than "Keys" try "SetText".  However, it's odd that it's grabbing a value from a completely different CSV... could you give your code in context so we can see what's going on?  It would be easier to debug if we saw more of what's happening.