Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KEY() not working correctly?
#1
Hello,

I'm using a macro to update a text field of an application over a remote session!

I'm using the function key(). It works nice most of the time, but sometimes it fails some caracters.

For example in the following code:
Code:
Copy      Help
str mytext="This is the text i want to update in the remote application field"

key(mytext)

Sometimes it misses some caracteres and in the remote application appears:
"This is the want to update in the remote application field"
or
"This is the text i want application field"

it is not a specific caracter or a specific word, it fails randomly!

Is there another way/method/function to insert a text from a variable to an application field?
Im trying to avoid the direct copy/paste because sometimes the copy/paste option also fails between the local machine and the remote application!

Thanks,


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)