Page 1 of 1

How to input a character string into a window

PostPosted: Thu Dec 08, 2022 11:34 am
by RogerR
Hello.

How do you inject text -- a character string -- into a window that is all primed and ready to receive text?

Thanks

Re: How to input a character string into a window

PostPosted: Fri Dec 09, 2022 8:55 am
by eValid
RogerR wrote:Hello.

How do you inject text -- a character string -- into a window that is all primed and ready to receive text?

Thanks


Thanks for asking RogerR.

This is a simple one...

The eValid Command: KeyText wid "Text" will simply echo the text you specify into the currently active input region.

You need to make sure that your script gets ready for the input, or the data will be shipped into empty space.

A related command is: SpaceKey wid rep-count which will send the space key into the named window a total of "rep-count" times.


-- eValid Support