STRING/STRINGLN
STRING
emulates the user typing the given <string>
. After the command and one space, all subsequent characters will be typed out.
STRINGLN
emulates the user typing the given <string>
and pressing enter
.
Syntax
<STRING|STRINGLN> <string>
Example
STRING Hello?
STRINGLN Hello!
STRING Goodbye!
- Typed Text
- Action Log
Hello?
Hello!
Goodbye!
Pressed H
Pressed e
Pressed l
Pressed l
Pressed o
Pressed ?
Pressed H
Pressed e
Pressed l
Pressed l
Pressed o
Pressed !
Pressed ENTER
Pressed G
Pressed o
Pressed o
Pressed d
Pressed b
Pressed y
Pressed e
Pressed !