Page 1 of 1

Space bar problem

Posted: Thu Jun 02, 2011 9:02 am
by manu
How to send "Space bar" in RoboTask??

edit:

I found it +( ) :)

Space bar problem

Posted: Thu Jun 02, 2011 1:39 pm
by Oleg
Yes, of course.

Maybe it's necessary to add some keyword such as {SPACEBAR} or something similar.
Spacebar is invisible symbol and therefore some confusion is possible.

Space bar problem

Posted: Fri Apr 27, 2012 5:07 pm
by waldo
I am struggling to learn how to simulate a single press of the space bar.   How do you do this?  Thanks.

Space bar problem

Posted: Sat Apr 28, 2012 5:18 am
by Oleg
You may use such expression: {chr(32)}
The character with code 32 is spacebar and you can use it instead spaces in the text.
This is useful if you want to use single spacebar or put trailing spaces to string

Space bar problem

Posted: Mon Apr 30, 2012 11:05 am
by waldo
Oleg--works perfect.  Thank you for the advice.  JimC